Skip to content

Releases: zoltan-fedor/falcon-limiter

1.0.1

31 Mar 20:58
e145c8b
Compare
Choose a tag to compare
  • adding a shim setup.py to allow editable install with pip

1.0.0

23 Jan 21:33
fae47db
Compare
Choose a tag to compare
  • Async support has been added in experimental mode
  • Support for Falcon 3.x

0.1.2

14 Oct 20:28
76f7078
Compare
Choose a tag to compare

Fixing the issue with multiple decorators when @limiter.limit() is not the topmost one

0.1.1

12 Oct 17:51
5e8ed9f
Compare
Choose a tag to compare
  • Fixing document readability issues in Sphinx

0.1.0

12 Oct 17:23
v0.1.0
6c98fb4
Compare
Choose a tag to compare
  • Added the ability to supply a custom key_func on the class/methods decorators
  • Added the dynamic_limits parameter allowing limits to be built at request time

0.0.1

11 Oct 17:44
589472b
Compare
Choose a tag to compare

Initial release - first working version.