2.9.0
Features
- Allow using
limit
&shared_limit
decorators on pure
functions that are not decorated as routes. The functions
when called from within a request context will get rate limited. - Allow using
limit
as a context manager to rate limit a code block
explicitly within a request
Chores
- Updated development dependencies
- Fix error running tests depending on docker locally
- Update internals to use dataclasses