Releases: alisaifee/limits
Releases · alisaifee/limits
2.2.0
Feature
- Enable async redis for python 3.10 via coredis
Chore
- Fix typing issue with strategy constructors
2.1.1
Feature
- Enable async memcache for python 3.10
Bug fix
- Ensure window expiry is reported in local time for mongodb
- Fix inconsistent expiry for fixed window with memcached
Chore
2.1.0
- Remove use of unused
no_add
argument in limits.storage.MovingWindowSupport.acquire_entry
- Documentation theme upgrades
- Code linting
- Add compatibility CI workflow
2.0.2
Ensure package is marked PEP-561 compliant
2.0.0
Drop support for python < 3.7
1.5
- Support Memcache over unix domain socket
- Support Memcache cluster
- Pass through constructor keyword arguments to underlying storage
constructor(s)
- CI & test improvements
1.4
- Support for redis over unix domain socket
- Support extra arguments to redis storage
1.1.1
Support for rediss://
storage scheme to connect to redis over ssl
1.1
- Authentiation for Redis Sentinel
- Bug fix for locking failures with redis.