You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,25 @@ Please see the [project documentation](https://socketry.github.io/async-limiter/
20
20
21
21
-[Token Usage](https://socketry.github.io/async-limiter/guides/token-usage/index) - This guide explains how to use tokens for advanced resource management with `async-limiter`. Tokens provide sophisticated resource handling with support for re-acquisition and automatic cleanup.
22
22
23
+
## Releases
24
+
25
+
Please see the [project releases](https://socketry.github.io/async-limiter/releases/index) for all releases.
26
+
27
+
### v2.0.0
28
+
29
+
The 2.0.x release should be considered somewhat unstable.
30
+
31
+
-**Breaking**: Complete API redesign. The v1.x classes (`Async::Limiter::Concurrent`, `Async::Limiter::Unlimited`, etc.) have been replaced with a new inheritance-based architecture.
32
+
-**Breaking**: Removed `blocking?` method due to inherent race conditions. Use `acquire(timeout: 0)` for non-blocking checks.
33
+
-**Breaking**: Timing strategies now use consumption-only model (no explicit `release` methods).
34
+
-**Breaking**: Window classes moved from `limiter/window/` to `limiter/timing/` with renamed classes.
0 commit comments