Releases: otovo/redis-rate-limiters
Releases · otovo/redis-rate-limiters
v0.4.4
What's Changed
- Support AWS ElasticCache Servlerless Redis
- Remove call to TIME in Lua scripts by @klette in #11
New Contributors
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Add return value to enter in SyncTokenBucket
v0.4.0
Breaking changes
Token buckets now "start full" meaning we no longer schedule the first incoming request to the Lua script in the next time slot. See #9 for context.
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's changed
- Include
name
of TokenBucket in log and error messages
v0.3.0
Breaking changes
- Set default expiry of 30. The default is no longer
None
, and passing None
will no longer work. See #7
Fixes
- Fixed a potential source of deadlocks in #7
Full Changelog: v0.2.0...v0.3.0