1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-22 18:33:18 +01:00

feat(limitation): changelog update for scopes

This commit is contained in:
GreeFine 2022-10-05 16:08:45 +02:00
parent f6802bc960
commit 4006a49274

View File

@ -1,7 +1,7 @@
# Changes # Changes
## Unreleased - 2022-xx-xx ## Unreleased - 2022-xx-xx
- Added optional scopes to the middleware enabling use of multiple Limiters by passing an `HashMap<Limiter>` to the Http server `app_data`
## 0.4.0 - 2022-09-10 ## 0.4.0 - 2022-09-10
- Add `Builder::key_by` for setting a custom rate limit key function. - Add `Builder::key_by` for setting a custom rate limit key function.