Skip to content

Releases: falconry/token-bucket

0.3.0

30 Jun 17:46
Compare
Choose a tag to compare

The 0.3.0 release drops support for Python < 3.5, as well as brings a revamped CI using GitHub Actions.

Improvements and fixes:

  • Use monotonic clock in memory storage: #7
  • Allow rate < 1.0: #11

Thanks @xrmx and @anentropic for the above contributions!

Looking forward, we are planning to fully decouple storage from the token bucket algorithm, as proposed in #10.
Also on the radar is investigating how support for async web applications could look like.

token-bucket 0.3.0rc2

28 Jun 17:04
Compare
Choose a tag to compare
token-bucket 0.3.0rc2 Pre-release
Pre-release

This release candidate addresses stale (released from an outdated fork) packages released as 0.3.0rc1.

token-bucket 0.3.0rc1

28 Jun 16:52
9e0558f
Compare
Choose a tag to compare
token-bucket 0.3.0rc1 Pre-release
Pre-release

The 0.3.0 release drops support for Python < 3.5, as well as brings revamped CI.

Improvements and fixes:

  • Use monotonic clock in memory storage: #7
  • Allow rate < 1.0: #11