Flask-limiter

Latest version: v3.8.0

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 16

2.8.0

------
Release Date: 2022-11-13

* Breaking changes

* Any exception raised when calling an ``on_breach`` callback will
be re-raised instead of being absorbed unless ``swallow_errors`` is set.
In the case of ``swallow_errors`` the exception will now be logged
at ``ERROR`` level instead of ``WARN``
* Reduce log level of rate limit exceeded log messages to ``INFO``

2.7.0

------
Release Date: 2022-10-25

* Bug Fix

* Add default value for RateLimitExceeded optional parameter
* Fix suppression of errors when using conditional deduction (`Issue 363 <https://github.com/alisaifee/flask-limiter/issues/363>`_)

2.6.3

------
Release Date: 2022-09-22

* Compatibility

* Ensure typing_extensions dependency has a minimum version

* Chores

* Documentation tweaks
* Update CI to use 3.11 rc2

2.6.2

------
Release Date: 2022-08-24

* Chores

* Improve quick start documentation

2.6.1

------
Release Date: 2022-08-23

* Usability

* Emit warning when in memory storage is used as a default
when no storage uri is provided

2.6.0

------
Release Date: 2022-08-11

* Feature

* Expand use of ``on_breach`` callback to return a ``Response``
object that will be used as the error response on rate limits
being exceeded

Page 4 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.