Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Dec 1, 2024
1 parent 44a22e0 commit bfcda15
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@

<!-- Towncrier release notes start -->

## Aiolimiter 1.2.0 (2024-12-01)


### Bugfixes

- Improve performance by using a single timeout and a heapq for blocked tasks.
This ensures only a single task needs to wake up per 'drip' of the bucket,
instead of creating timeouts for every task. ([#73](https://github.com/mjpieters/aiolimiter/issues/73))


## Aiolimiter 1.1.1 (2024-11-30)


Expand Down
3 changes: 0 additions & 3 deletions changelog.d/73.bugfix.md

This file was deleted.

15 changes: 6 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiolimiter"
version = "1.1.1"
version = "1.2.0"
description = "asyncio rate limiter, a leaky bucket implementation"
license = "MIT"
authors = ["Martijn Pieters <[email protected]>"]
Expand Down

0 comments on commit bfcda15

Please sign in to comment.