File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.1.18 (January 4th, 2026)
2+
3+ ### Added
4+
5+ - stream: add ` ChunksTimeout::into_remainder ` ([ #7715 ] )
6+ - stream: add examples to wrapper types ([ #7024 ] )
7+ - sync: implement ` Stream::size_hint ` for ` ReceiverStream ` and ` UnboundedReceiverStream ` ([ #7492 ] )
8+
9+ ### Fixed
10+
11+ - stream: work around the rustc bug in ` StreamExt::collect ` ([ #7754 ] )
12+
13+ ### Documented
14+
15+ - stream: improve the the docs of ` TcpListenerStream ` ([ #7578 ] )
16+
17+ [ #7024 ] : https://github.com/tokio-rs/tokio/pull/7024
18+ [ #7492 ] : https://github.com/tokio-rs/tokio/pull/7492
19+ [ #7578 ] : https://github.com/tokio-rs/tokio/pull/7578
20+ [ #7715 ] : https://github.com/tokio-rs/tokio/pull/7715
21+ [ #7754 ] : https://github.com/tokio-rs/tokio/pull/7754
22+
123# 0.1.17 (December 6th, 2024)
224
325- deps: fix dev-dependency on tokio-test ([ #6931 ] , [ #7019 ] )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "tokio-stream"
44# - Remove path dependencies
55# - Update CHANGELOG.md.
66# - Create "tokio-stream-0.1.x" git tag.
7- version = " 0.1.17 "
7+ version = " 0.1.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