Skip to content

Releases: udoprog/leaky-bucket

1.1.2

22 May 22:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

16 May 10:50
Compare
Choose a tag to compare

What's Changed

  • Idle bucket should not overflow in #30

Full Changelog: 1.1.0...1.1.1

1.1.0

16 May 09:03
Compare
Choose a tag to compare

What's Changed

  • Enable miri in CI in #19
  • Implement RateLimiter::try_acquire (relates #20) in #22
  • Use less unsafe and adopt pin-project-lite in #18, #21, and #25 (thanks @conradludgate).
  • Make it harder to misuse core and fix idle implementation in #26
  • Clean up how tasks are accesses in #27
  • Re-implement fast-path and test for numerical limits in #28
  • Fix documentation in #29

Full Changelog: 1.0.1...1.1.0

1.0.1

15 Aug 08:10
Compare
Choose a tag to compare
Release 1.0.1

1.0.0

12 May 23:20
Compare
Choose a tag to compare

The library is now as feature complete as I want it to be.

Added

  • Dropped tasks now release the tokens they have acquired, preventing the rate limiter from starving by frequently dropped tasks eating up tokens.

0.12.5

12 May 22:20
Compare
Choose a tag to compare

This is a small maintenance release which updates some documentation and bumps dependencies to MSRV compatible versions.