Skip to content

Commit 6d94c13

Browse files
authored
Merge pull request #243 from boinkor-net/release/governor/0.6.4
release: governor v0.6.4
2 parents ced2c8d + 6ab50c4 commit 6d94c13

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

governor/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,35 @@
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

governor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "governor"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Andreas Fuchs <asf@boinkor.net>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)