Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@vytas7 vytas7 released this 30 Jun 17:46
· 6 commits to master since this release

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.