File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
3
## Unreleased - 2022-xx-xx
4
+
5
+
6
+ ## 0.4.0 - 2022-09-10
4
7
- Add ` Builder::key_by ` for setting a custom rate limit key function.
5
8
- Implement ` Default ` for ` RateLimiter ` .
6
9
- ` RateLimiter ` is marked ` #[non_exhaustive] ` ; use ` RateLimiter::default() ` instead.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-limitation"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [
5
5
6
6
Original file line number Diff line number Diff line change 4
4
> Originally based on < https://github.com/fnichol/limitation > .
5
5
6
6
[ ![ crates.io] ( https://img.shields.io/crates/v/actix-limitation?label=latest )] ( https://crates.io/crates/actix-limitation )
7
- [ ![ Documentation] ( https://docs.rs/actix-limitation/badge.svg?version=0.3 .0 )] ( https://docs.rs/actix-limitation/0.3 .0 )
7
+ [ ![ Documentation] ( https://docs.rs/actix-limitation/badge.svg?version=0.4 .0 )] ( https://docs.rs/actix-limitation/0.4 .0 )
8
8
![ Apache 2.0 or MIT licensed] ( https://img.shields.io/crates/l/actix-limitation )
9
- [ ![ Dependency Status] ( https://deps.rs/crate/actix-limitation/0.3 .0/status.svg )] ( https://deps.rs/crate/actix-limitation/0.3 .0 )
9
+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-limitation/0.4 .0/status.svg )] ( https://deps.rs/crate/actix-limitation/0.4 .0 )
10
10
11
11
## Examples
12
12
You can’t perform that action at this time.
0 commit comments