Skip to content

Commit 60b083b

Browse files
authored
chore: prepare tokio-stream 0.1.18 (#7830)
1 parent 9cc02cc commit 60b083b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

tokio-stream/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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])

tokio-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
88
edition = "2021"
99
rust-version = "1.71"
1010
authors = ["Tokio Contributors <team@tokio.rs>"]

0 commit comments

Comments
 (0)