mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 09:12:57 +01:00
977e3141c9
* add license links to -limitation * move tests to inline mod * use cow str for limiter parameters * add docs to all limitation items * rename builder methods * fix ignored tests * update changelog * fix ci
532 B
532 B
Changes
Unreleased - 2022-xx-xx
- Update Actix Web dependency to v4 ecosystem. #229
- Update Tokio dependencies to v1 ecosystem. #229
- Rename
Limiter::{build => builder}()
. #232 - Rename
Builder::{finish => build}()
. #232 - Exceeding the rate limit now returns a 429 Too Many Requests response. #232
0.1.4 - 2022-03-18
- Adopted into @actix org from https://github.com/0xmad/actix-limitation.