Releases: alisaifee/limits
Releases · alisaifee/limits
4.0.1
4.0.0
Breaking change
- Change definition of
reset_time
inget_window_stats
to use a precise floating point value instead of truncating
to the previous second.
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