Skip to content

Commit 74c6e6c

Browse files
authored
chore: prepare tokio-util v0.7.8 (#5651)
1 parent f21d596 commit 74c6e6c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

tokio-util/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 0.7.8 (April 25th, 2023)
2+
3+
This release bumps the MSRV of tokio-util to 1.56.
4+
5+
### Added
6+
7+
- time: add `DelayQueue::peek` ([#5569])
8+
9+
### Changed
10+
11+
This release contains one performance improvement:
12+
13+
- sync: try to lock the parent first in `CancellationToken` ([#5561])
14+
15+
### Fixed
16+
17+
- time: fix panic in `DelayQueue` ([#5630])
18+
19+
### Documented
20+
21+
- sync: improve `CancellationToken` doc on child tokens ([#5632])
22+
23+
[#5561]: https://github.com/tokio-rs/tokio/pull/5561
24+
[#5569]: https://github.com/tokio-rs/tokio/pull/5569
25+
[#5630]: https://github.com/tokio-rs/tokio/pull/5630
26+
[#5632]: https://github.com/tokio-rs/tokio/pull/5632
27+
128
# 0.7.7 (February 12, 2023)
229

330
This release reverts the removal of the `Encoder` bound on the `FramedParts`

tokio-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "tokio-util"
44
# - Remove path dependencies
55
# - Update CHANGELOG.md.
66
# - Create "tokio-util-0.7.x" git tag.
7-
version = "0.7.7"
7+
version = "0.7.8"
88
edition = "2021"
99
rust-version = "1.56"
1010
authors = ["Tokio Contributors <team@tokio.rs>"]

0 commit comments

Comments
 (0)