pypi Flask-Limiter 2.3.0

latest releases: 3.8.0, 3.7.0, 3.6.0...
2 years ago

Features

  • Expose option to register a callback for rate limit breaches
    of default limits via the ~flask_limiter.Limiter.on_breach
    constructor parameter
  • Replace use of flask.g with request context for keeping track of
    extension state (327)
  • Rework implementation of ~flask_limiter.Limiter.exempt to accomodate
    nested blueprints. (326)

Chores

  • Add python 3.11 to CI
  • Extract management and filtering of limits to LimitManager
  • Improve correctness of resolving inherited limits & extensions
    when working with Blueprints (especially nested ones)

Don't miss a new Flask-Limiter release

NewReleases is sending notifications on new releases.