Skip to content

v0.6.0

Compare
Choose a tag to compare
@stephane-caron stephane-caron released this 01 Sep 12:43
· 33 commits to main since this release
319ffe9

This update adds a dt attribute to AsyncRateLimiter, matching its API better with that of the other RateLimiter.

Added

  • AsyncRateLimiter: dt property

Changed

  • AsyncRateLimiter: measured_period is now a property
  • AsyncRateLimiter: next_tick is now a property
  • AsyncRateLimiter: period is now a property
  • AsyncRateLimiter: slack is now a property