Releases: alisaifee/limits
Releases · alisaifee/limits
4.0.0
3.14.1
Chore
- Fix benchmark artifact upload/download issue during release
creation
3.13.0
Feature
- Add
cost
parameter totest
methods in strategies.
3.12.0
Enhancements
- Lazily initialize pymongo client
Documentation
- Add django-ratelimiter in docs
Chores
- Update development dependencies
- Update github actions to latest
3.11.0
Compatibility
- Add support for python 3.12
3.10.1
Compatibility
- Relax dependency constraint on packaging
3.10.0
Bug Fix
- Fix incorrect mapping of coredis exceptions
- Fix calculation of reset_time
3.9.0
Bug Fix
- Remove excessively low defaults for mongodb storage and instead
delegate to the underlying dependency (pymongo, motor)
3.8.0
Features
- Add option to wrap storage errors with a
StorageError
exception
3.7.0
Features
- Ensure rate limit keys in redis use are prefixed
with aLIMITS
prefix. This allows for resetting
all keys generated by the library without implicit
knowledge of the key structure.