pypi Flask-Limiter 1.3

latest releases: 3.6.0, 3.5.1, 3.5.0...
3 years ago

Features

  • Add new deduct_when argument that accepts a function to decorated limits
    to conditionally perform depletion of a rate limit (Pull Request 248)
  • Add new default_limits_deduct_when argument to Limiter constructor to
    conditionally perform depletion of default rate limits
  • Add default_limits_exempt_when argument that accepts a function to
    allow skipping the default limits in the before_request phase

Bug Fix

  • Fix handling of storage failures during after_request phase.

Code Quality

  • Use github-actions instead of travis for CI
  • Use pytest instaad of nosetests
  • Add docker configuration for test dependencies
  • Increase code coverage to 100%
  • Ensure pyflake8 compliance

Don't miss a new Flask-Limiter release

NewReleases is sending notifications on new releases.