UAlbertaALTLab / itwewina

Replaced by https://github.com/UAlbertaALTLab/cree-intelligent-dictionary
https://github.com/UAlbertaALTLab/cree-intelligent-dictionary
GNU General Public License v3.0
1 stars 0 forks source link

Update flask-limiter to 1.0.1 #162

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates Flask-Limiter from 0.7.9 to 1.0.1.

Changelog ### 1.0.1 ``` ---------------- * Bug fix * Duplicate rate limits applied via application limits (`Issue 108 <https://github.com/alisiafee/flask-limiter/issues/108>`_) ``` ### 1.0.0 ``` ---------------- * Improved documentation for handling ip addresses for applications behind proxiues (`Issue 41 <https://github.com/alisiafee/flask-limiter/issues/41>`_) * Execute rate limits for decorated routes in decorator instead of `before_request` (`Issue 67 <https://github.com/alisiafee/flask-limiter/issues/67>`_) * Bug Fix * Python 3.5 Errors (`Issue 82 <https://github.com/alisiafee/flask-limiter/issues/82>`_) * RATELIMIT_KEY_PREFIX configuration constant not used (`Issue 88 <https://github.com/alisiafee/flask-limiter/issues/88>`_) * Can't use dynamic limit in `default_limits` (`Issue 94 <https://github.com/alisiafee/flask-limiter/issues/94>`_) * Retry-After header always zero when using key prefix (`Issue 99 <https://github.com/alisiafee/flask-limiter/issues/99>`_) ``` ### 0.9.5.1 ``` ------------------ * Upgrade versioneer ``` ### 0.9.5 ``` ---------------- * Add support for key prefixes ``` ### 0.9.4 ``` ---------------- * Implemented application wide shared limits ``` ### 0.9.3 ``` ---------------- * Allow `reset` of limiter storage if available ``` ### 0.9.2 ``` ---------------- * Deprecation warning for default `key_func` `get_ipaddr` * Support for `Retry-After` header ``` ### 0.9.1 ``` ---------------- * Re-expose `enabled` property on `Limiter` instance. ``` ### 0.9 ``` -------------- * In-memory fallback option for unresponsive storage * Rate limit exemption option per limit ``` ### 0.8.5 ``` ---------------- * Bug fix for reported issues of missing (limits) dependency upon installation. ``` ### 0.8.4 ``` ---------------- * Documentation tweaks. ``` ### 0.8.2 ``` ---------------- * Remove outdated files from egg ``` ### 0.8.1 ``` ---------------- * Fixed compatibility with latest version of **Flask-Restful** ``` ### 0.8 ``` -------------- * No functional change ```
Links - PyPI: https://pypi.org/project/flask-limiter - Changelog: https://pyup.io/changelogs/flask-limiter/ - Docs: https://flask-limiter.readthedocs.org
eddieantonio commented 5 years ago

Is this dependency required? It might be useful to delete it.