Redis-rate-limiters

Latest version: v0.4.5

Safety actively analyzes 623983 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.4.5

What's Changed
* Fix token bucket script by fredrikgyll in https://github.com/otovo/redis-rate-limiters/pull/12

New Contributors
* fredrikgyll made their first contribution in https://github.com/otovo/redis-rate-limiters/pull/12

**Full Changelog**: https://github.com/otovo/redis-rate-limiters/compare/v0.4.4...v0.4.5

0.4.4

What's Changed
* Support AWS ElasticCache Servlerless Redis
* Remove call to TIME in Lua scripts by klette in https://github.com/otovo/redis-rate-limiters/pull/11

New Contributors
* klette made their first contribution in https://github.com/otovo/redis-rate-limiters/pull/11

**Full Changelog**: https://github.com/otovo/redis-rate-limiters/compare/v0.4.3...v0.4.4

0.4.3

Add return value to __enter__ in SyncTokenBucket

0.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 https://github.com/otovo/redis-rate-limiters/pull/9 for context.


**Full Changelog**: https://github.com/otovo/redis-rate-limiters/compare/v0.3.1...v0.4.0

0.3.1

What's changed

- Include `name` of TokenBucket in log and error messages

0.3.0

Breaking changes
- Set default expiry of 30. The default is no longer `None`, and passing `None` will no longer work. See https://github.com/otovo/redis-rate-limiters/pull/7

Fixes
- Fixed a potential source of deadlocks in https://github.com/otovo/redis-rate-limiters/pull/7

**Full Changelog**: https://github.com/otovo/redis-rate-limiters/compare/v0.2.0...v0.3.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.