Releases: zoltan-fedor/falcon-limiter
Releases · zoltan-fedor/falcon-limiter
1.0.1
1.0.0
- Async support has been added in experimental mode
- Support for Falcon 3.x
0.1.2
Fixing the issue with multiple decorators when @limiter.limit()
is not the topmost one
0.1.1
- Fixing document readability issues in Sphinx
0.1.0
- 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
Initial release - first working version.