Skip to content

Commit

Permalink
updating changelog for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed May 20, 2020
1 parent 2013e71 commit 47adeff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
Changelog
=========

1.3 2020-05-20
--------------
* Features

* Add new ``deduct_when`` argument that accepts a function to decorated limits
to conditionally perform depletion of a rate limit (`Pull Request 248 <https://github.com/alisaifee/flask-limiter/pull/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


1.2.1 2020-02-26
----------------
* Bug fix
Expand Down Expand Up @@ -301,5 +325,6 @@ Changelog






0 comments on commit 47adeff

Please sign in to comment.