Releases: alexdelorenzo/limiter
Releases · alexdelorenzo/limiter
v0.3.1
v0.3.0
Changes:
- Update API
The API for limiter
changes with this version. You can see the documentation for the older APIs here.
You can install this version like so:
python3 -m pip install limiter>=0.3.0
v0.2.0
Changes:
- Allow users to specify bucket names with strings
- Minimize attribute look ups in loops
- Add more annotations and use generics
- Update documentation and docstrings
- Add more code examples to README
- Bump required Python version to 3.10 and above
You can install this version like so:
python3 -m pip install limiter>=0.2.0
v0.1.2
This is the initial stable release.
You can install it like so:
python3 -m pip install limiter==0.1.2