Skip to content

Commit b43fb61

Browse files
ADD-SPbenjaminran
authored andcommitted
chore: prepare tokio-util v0.7.17 (tokio-rs#7719)
Signed-off-by: ADD-SP <[email protected]>
1 parent 1be28e7 commit b43fb61

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

tokio-util/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 0.7.17 (November 2nd, 2025)
2+
3+
The MSRV is increased to 1.71.
4+
5+
### Added
6+
7+
- codec: add `{FramedRead,FramedWrite}::into_parts()` ([#7566])
8+
- time: add `#[track_caller]` to `FutureExt::timeout` ([#7588])
9+
- task: add `tokio_util::task::JoinQueue` ([#7590])
10+
11+
### Changed
12+
13+
- codec: remove unnecessary trait bounds on all Framed constructors ([#7716])
14+
15+
### Documented
16+
17+
- time: clarify the cancellation safety of the `DelayQueue` ([#7564])
18+
- docs: fix some docs links ([#7654])
19+
- task: simplify the example of `TaskTracker` ([#7657])
20+
- task: clarify the behavior of several `spawn_local` methods ([#7669])
21+
22+
[#7564]: https://github.com/tokio-rs/tokio/pull/7564
23+
[#7566]: https://github.com/tokio-rs/tokio/pull/7566
24+
[#7588]: https://github.com/tokio-rs/tokio/pull/7588
25+
[#7590]: https://github.com/tokio-rs/tokio/pull/7590
26+
[#7654]: https://github.com/tokio-rs/tokio/pull/7654
27+
[#7657]: https://github.com/tokio-rs/tokio/pull/7657
28+
[#7669]: https://github.com/tokio-rs/tokio/pull/7669
29+
[#7716]: https://github.com/tokio-rs/tokio/pull/7716
30+
131
# 0.7.16 (August 3rd, 2025)
232

333
### Added

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.16"
7+
version = "0.7.17"
88
edition = "2021"
99
rust-version = "1.71"
1010
authors = ["Tokio Contributors <[email protected]>"]

0 commit comments

Comments
 (0)