Skip to content

2.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 18:43
· 128 commits to master since this release
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