Skip to content

Latest commit

 

History

History
82 lines (50 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

82 lines (50 loc) · 1.91 KB

Changelog

All notable changes to this project will be documented in this file.

Changed

  • Warn rather than raise an exception when asyncio loop is not running

1.0.0 - 2024-02-08

Added

  • Documentation
  • Support Python 3.11

0.6.1 - 2023-10-17

Fixed

  • RateLimiter: Initialization of slack attribute

0.6.0 - 2023-09-01

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

0.5.0 - 2023-07-25

Added

  • AsyncRateLimiter: warn constructor argument
  • RateLimiter: warn constructor argument

0.4.0 - 2023-04-13

Added

  • RateLimiter: warn when the limiter is running late

0.3.0 - 2023-01-20

Added

  • Installation from conda-forge
  • RateLimiter: dt property
  • RateLimiter: next_tick property

Changed

  • Attributes are now read-only
  • RateLimiter: period becomes read-only
  • RateLimiter: slack becomes read-only

0.2.0 - 2022/12/5

Added

  • Loop rate limiter for asyncio

0.1.0 - 2022/12/2

  • Loop rate limiter based on time.perf_counter