Skip to content

Releases: JGLTechnologies/aiohttp-ratelimiter

v4.1.3

14 May 03:27

Choose a tag to compare

Add better type annotations and change from setup.py to pyproject.toml

v4.1.2

22 Jul 19:33

Choose a tag to compare

What's Changed

  • Fix view's request handling by @platofff in #2

New Contributors

  • @platofff made their first contribution in #2

Full Changelog: v4.1.1...v4.1.2

v4.1.1

28 Nov 01:21

Choose a tag to compare

Added support for views and changed how RedisLimiter and MemcachedLimiter are imported.

v4.0.0

17 Jul 10:21

Choose a tag to compare

bug fixes, changed how rate limit stings are parsed, and added memcached storage option.