Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfcda15

Browse files
committed
Release v1.2.0
1 parent 44a22e0 commit bfcda15

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414

1515
<!-- Towncrier release notes start -->
1616

17+
## Aiolimiter 1.2.0 (2024-12-01)
18+
19+
20+
### Bugfixes
21+
22+
- Improve performance by using a single timeout and a heapq for blocked tasks.
23+
This ensures only a single task needs to wake up per 'drip' of the bucket,
24+
instead of creating timeouts for every task. ([#73](https://github.com/mjpieters/aiolimiter/issues/73))
25+
26+
1727
## Aiolimiter 1.1.1 (2024-11-30)
1828

1929

changelog.d/73.bugfix.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

poetry.lock

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aiolimiter"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "asyncio rate limiter, a leaky bucket implementation"
55
license = "MIT"
66
authors = ["Martijn Pieters <[email protected]>"]

0 commit comments

Comments
 (0)