PyrateLimiter Versions Save

⚔️Python Rate-Limiter using Leaky-Bucket Algorithm Family

v3.6.1

2 weeks ago

Add support for creating/getting bucket asynchronously

v3.6.0

1 month ago

v3.5.0

1 month ago

v3.4.1

2 months ago

Fix some misleading warning

Full Changelog: https://github.com/vutran1710/PyrateLimiter/compare/v3.4.0...v3.4.1

v3.4.0

2 months ago

Massive Performance boost for InMemoryBucket

What's Changed

Full Changelog: https://github.com/vutran1710/PyrateLimiter/compare/v3.3.0...v3.4.0

v3.3.0

2 months ago

What's Changed

Full Changelog: https://github.com/vutran1710/PyrateLimiter/compare/v3.2.1...v3.3.0

v3.2.1

3 months ago

Fixed #126

v3.2.0

4 months ago

New release includes:

  • Less verbose logging #143
  • Fix thread-usage: using threadpool instead of creating new thread for every leak task #136

v3.1.1

4 months ago

Fix SqliteBucket