Skip to content

Commit

Permalink
Update changelog for 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Dec 24, 2022
1 parent 376a181 commit a69b18e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
Changelog
=========

v2.9.0
------
Release Date: 2022-12-24

* Features

* Allow using `limit` & `shared_limit` decorators on pure
functions that are not decorated as routes. The functions
when called from within a request context will get rate limited.
* Allow using `limit` as a context manager to rate limit a code block
explicitly within a request

* Chores

* Updated development dependencies
* Fix error running tests depending on docker locally
* Update internals to use dataclasses

v2.8.1
------
Release Date: 2022-11-15
Expand Down Expand Up @@ -793,5 +811,6 @@ Release Date: 2014-02-13






0 comments on commit a69b18e

Please sign in to comment.