Releases: alisaifee/limits
Releases · alisaifee/limits
2.6.0
Deprecation
- Removed tests for rediscluster using the
redis-py-cluster
library
Bug Fix
- Fix incorrect
__slots__
declaration in limits.RateLimitItem
and it's subclasses (Issue #121)
2.5.2
Chore
- Increase strictness of type checking and annotations
- Ensure installations from source distributions are PEP-561
compliant
2.5.1
Chore
- Ensure storage reset methods have consistent signature
2.5.0
Feature
- Add support for using redis cluster via the official redis client
- Update coredis dependency to use 3.x
Deprecations
- Deprecate using redis-py-cluster
Chores
- Remove beta tags for async support
- Update code base to remove legacy syntax
- Tighten up CI test dependencies
2.4.0
Feature
- Allow passing an explicit connection pool to redis storage.
Addresses Issue 77
2.3.3
Feature
- Add support for dns seed list when using mongodb
2.3.2
Chores
- Improve authentication tests for redis
- Update documentation theme
- Pin pip version for CI
2.3.1
Bug fix
- Fix backward incompatible change that separated sentinel
and connection args for redis sentinel (introduced in 2.1.0).
Addresses Issue 97
2.3.0
Feature
- Add support for custom cost per hit
Bug fix
- Fix installation issues with missing setuptools