Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

55 lines (28 loc) · 1.32 KB

Changelog

Aiolimiter 1.1.0 (2023-05-08)

Features

  • Add __slots__ to the AsyncLimiter class, reducing memory requirements. (#85)

Deprecations and Removals

  • Dropped support for Python 3.6 (#62)

Misc

Aiolimiter 1.0.0 (2021-10-15)

Bugfixes

  • Avoid warnings on Python 3.8 and up by not passing in the loop to asyncio.wait_for(). (#46)

Aiolimiter 1.0.0b1 (2019-12-01)

Improved Documentation

  • Corrected build process to ensure CHANGELOG.md is updated on release. (#4)

Aiolimiter 1.0.0b0 (2019-11-30)

No significant changes.