File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ Unreleased] - ReleaseDate
66
7+ ## [[ 0.6.4] ( https://docs.rs/governor/0.6.4/governor/ )] - 2024-10-19
8+
79### Added
810
911* https://docs.rs/governor now lists the features required for
1012 feature-gated types and functions.
1113
14+ * A
15+ [ ` RateLimiter ` ] ( https://docs.rs/governor/0.6.4/governor/struct.RateLimiter.html )
16+ now has a
17+ [ ` clock ` ] ( https://docs.rs/governor/0.6.4/governor/struct.RateLimiter.html#method.clock )
18+ method to retrieve the clock providing its timestamps. Added by
19+ [ @max-heller ] ( https://github.com/max-heller ) in
20+ [ #232 ] ( https://github.com/boinkor-net/governor/pull/232 ) .
21+
22+ ### Changed
23+
24+ * [ ` Clock ` ] ( https://docs.rs/governor/0.6.4/governor/clock/trait.Clock.html ) s
25+ no longer need to be ` Clone ` . Changed by
26+ [ @max-heller ] ( https://github.com/max-heller ) in
27+ [ #232 ] ( https://github.com/boinkor-net/governor/pull/232 ) .
28+
29+ * governor now depends only on
30+ [ ` futures-util ` ] ( https://crates.io/crates/futures-util ) and
31+ [ ` futures-executor ` ] ( https://crates.io/crates/futures-executor ) instead of
32+ the much larger ` futures ` crate. Fixed by
33+ [ @negezor ] ( https://github.com/negezor ) in
34+ [ #239 ] ( https://github.com/boinkor-net/governor/pull/239 ) .
35+
1236## [[ 0.6.3] ( https://docs.rs/governor/0.6.3/governor/ )] - 2024-02-16
1337
1438### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " governor"
3- version = " 0.6.3 "
3+ version = " 0.6.4 "
44authors = [" Andreas Fuchs <asf@boinkor.net>" ]
55edition = " 2018"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments