File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
88edition = " 2021"
99rust-version = " 1.71"
1010authors = [
" Tokio Contributors <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments