Releases: alisaifee/limits
Releases · alisaifee/limits
3.0.0
Features
- Added etcd storage support for fixed window strategies
Compatibility
- Removed deprecated GAE Memcached storage
- Updated minimum dependencies for mongodb
- Updated dependency for async memcached on python 3.11
2.8.0
Chores
- Make rate limit items hashable
- Update test certificates
2.7.2
Compatibility Updates
- Update documentation dependencies
- Relax version constraint for packaging dependency
- Bump CI to use python 3.11 final
2.7.1
Compatibility Updates
- Increase pymemcached dependency range to in include 4.x
- Add python 3.11 rc2 to CI
2.7.0
Compatibility Updates
- Update
coredis
requirements to include 4.x versions - Remove CI / support for redis < 6.0
- Remove python 3.7 from CI
- Add redis 7.0 in CI
2.6.3
Chores
- Update development dependencies
- Add CI for python 3.11
- Increase test coverage for redis sentinel
2.6.2
Compatibility Updates
- Update
motor
requirements to include 3.x version - Update async redis sentinel implementation to remove use of deprecated methods.
- Fix compatibility issue with asyncio redis
reset
method in cluster mode
when used withcoredis
versions >= 3.5.0
2.6.1
2.5.4
2.6.0
Deprecation
- Removed tests for rediscluster using the
redis-py-cluster
library
Bug Fix
- Fix incorrect
__slots__
declaration inlimits.RateLimitItem
and it's subclasses (Issue #121)