File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.7.18 (January 4th, 2026)
2+
3+ ### Added
4+
5+ - io: add ` tokio_util::io::simplex ` ([ #7565 ] )
6+
7+ ### Changed
8+
9+ - task: remove unnecessary trait bounds on the ` Debug ` implementation for ` JoinQueue ` and ` AbortOnDropHandle ` ([ #7720 ] )
10+
11+ ### Fixed
12+
13+ - deps: bump ` tokio ` to ` 1.44.0 ` ([ #7733 ] )
14+
15+ ### Documented
16+
17+ - io: document the default capacity of the ` ReaderStream ` ([ #7147 ] )
18+ - sync: fix a typo in the docs of ` PollSender::is_closed ` ([ #7737 ] )
19+
20+ [ #7147 ] : https://github.com/tokio-rs/tokio/pull/7147
21+ [ #7565 ] : https://github.com/tokio-rs/tokio/pull/7565
22+ [ #7720 ] : https://github.com/tokio-rs/tokio/pull/7720
23+ [ #7733 ] : https://github.com/tokio-rs/tokio/pull/7733
24+ [ #7737 ] : https://github.com/tokio-rs/tokio/pull/7737
25+
126# 0.7.17 (November 2nd, 2025)
227
328The MSRV is increased to 1.71.
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.17 "
7+ version = " 0.7.18 "
88edition = " 2021"
99rust-version = " 1.71"
1010authors = [" Tokio Contributors <team@tokio.rs>" ]
You can’t perform that action at this time.
0 commit comments