Releases: alisaifee/limits
Releases · alisaifee/limits
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.
1.0.9
- Drop support for python 2.6
- Documentation improvements