2022-03-18 18:00:33 +01:00
|
|
|
# Changes
|
|
|
|
|
|
|
|
## Unreleased - 2022-xx-xx
|
2022-07-11 03:05:40 +02:00
|
|
|
|
|
|
|
|
|
|
|
## 0.3.0 - 2022-07-11
|
2022-07-11 03:05:22 +02:00
|
|
|
- `Limiter::builder` now takes an `impl Into<String>`.
|
|
|
|
- Removed lifetime from `Builder`.
|
|
|
|
- Updated `actix-session` dependency to `0.7`.
|
2022-03-22 16:36:41 +01:00
|
|
|
|
|
|
|
|
|
|
|
## 0.2.0 - 2022-03-22
|
2022-03-18 18:00:33 +01:00
|
|
|
- Update Actix Web dependency to v4 ecosystem. [#229]
|
|
|
|
- Update Tokio dependencies to v1 ecosystem. [#229]
|
2022-03-20 01:40:34 +01:00
|
|
|
- Rename `Limiter::{build => builder}()`. [#232]
|
|
|
|
- Rename `Builder::{finish => build}()`. [#232]
|
|
|
|
- Exceeding the rate limit now returns a 429 Too Many Requests response. [#232]
|
2022-03-18 18:00:33 +01:00
|
|
|
|
|
|
|
[#229]: https://github.com/actix/actix-extras/pull/229
|
2022-03-20 01:40:34 +01:00
|
|
|
[#232]: https://github.com/actix/actix-extras/pull/232
|
2022-03-18 18:00:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
## 0.1.4 - 2022-03-18
|
|
|
|
- Adopted into @actix org from <https://github.com/0xmad/actix-limitation>.
|