Skip to content

Releases: alexdelorenzo/limiter

v0.3.1

12 Feb 00:27
Compare
Choose a tag to compare

Changes:

  • Add strenum to requirements.txt
  • Fix missing import error

You can install this version like so:

python3 -m pip install limiter==0.3.1

v0.3.0

29 Jan 02:10
84d2ab4
Compare
Choose a tag to compare

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

24 Dec 03:00
5b32101
Compare
Choose a tag to compare

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

04 Dec 19:07
fa1ac21
Compare
Choose a tag to compare

This is the initial stable release.

You can install it like so:

python3 -m pip install limiter==0.1.2