PyrateLimiter Versions Save

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

v3.1.0

10 months ago

3.1.0 Patch:

  • Simpler limiter init with default bucket
  • Duration is now comparable

v3.0.2

10 months ago

Critical bug fix

  • Redis import breaks app
  • suppress warning for asyncio check without awaiting

v3.0.0

10 months ago

Lots of improvements:

  • Much better algorithm, thus much better performance
  • API breaking changes: now more composable, more extensible and more scalable
  • Sync/Async compatibility out of the box
  • Smart bucket-leaking

v2.10.0

1 year ago
  • Include CHANGELOG in dist
  • Force check bucket initialization
  • Fix & improve test coverage

v2.9.1

1 year ago
  • Fix interval calculations that leads to some incorrect acquiring

v2.9.0

1 year ago

v2.8.2

1 year ago

v2.8.0

2 years ago
  • Allow flushing buckets and reset limiter

v2.7.0

2 years ago
  • Updated SQLite backend

v2.6.1

2 years ago
  • Nothing
  • Update code convention & format