1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/actix-limitation/CHANGES.md
Rob Ede 7c3c9357e0
fix expose all headers (#273)
* fix expose all headers

* update changelog
2022-08-07 20:56:33 +01:00

696 B

Changes

Unreleased - 2022-xx-xx

  • Implement Default for RateLimiter.
  • RateLimiter is marked #[non_exhaustive]; use RateLimiter::default() instead.

0.3.0 - 2022-07-11

  • Limiter::builder now takes an impl Into<String>.
  • Removed lifetime from Builder.
  • Updated actix-session dependency to 0.7.

0.2.0 - 2022-03-22

  • Update Actix Web dependency to v4 ecosystem.
  • Update Tokio dependencies to v1 ecosystem.
  • Rename Limiter::{build => builder}().
  • Rename Builder::{finish => build}().
  • Exceeding the rate limit now returns a 429 Too Many Requests response.

0.1.4 - 2022-03-18