Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 21:35
· 98 commits to master since this release
3.0.0

Breaking changes

  • Change order of extension constructor arguments to only require
    key_func as the first positional argument and all other arguments
    as keyword arguments.
  • Separate positional/keyword arguments in limit/shared_limit decorators
  • Remove deprecated config variable RATELIMIT_STORAGE_URL
  • Remove legacy backward compatibility path for flask < 2

Features

  • Allow scoping regular limit decorators / context managers