Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Mar 19, 2023
1 parent 78ce338 commit 8d138bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions governor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
`DefaultKeyedRateLimiter` to cut down on type-typing of typical rate
limiters in struct and function definitions. Requested in
[#85](https://github.com/antifuchs/governor/issues/85).
* New method `contains_key` that can be used to check if a
`RateLimiter` has a given key (which can be used to prevent
arbitrary attacker-controlled memory usage in case of a DDoS
attack).

### Changed
* The API for `.check_n` and `.until_n` (and their keyed counterpart)
Expand Down

0 comments on commit 8d138bd

Please sign in to comment.