Skip to content

Commit 89ccf2a

Browse files
authored
chore: prepare tokio-stream 0.1.9 (#4743)
1 parent 3f8a690 commit 89ccf2a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

tokio-stream/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.1.9 (June 4, 2022)
2+
3+
- deps: upgrade `tokio-util` dependency to `0.7.x` ([#3762])
4+
- stream: add `StreamExt::map_while` ([#4351])
5+
- stream: add `StreamExt::then` ([#4355])
6+
- stream: add cancel-safety docs to `StreamExt::next` and `try_next` ([#4715])
7+
- stream: expose `Elapsed` error ([#4502])
8+
- stream: expose `Timeout` ([#4601])
9+
- stream: implement `Extend` for `StreamMap` ([#4272])
10+
- sync: add `Clone` to `RecvError` types ([#4560])
11+
12+
[#3762]: https://github.com/tokio-rs/tokio/pull/3762
13+
[#4272]: https://github.com/tokio-rs/tokio/pull/4272
14+
[#4351]: https://github.com/tokio-rs/tokio/pull/4351
15+
[#4355]: https://github.com/tokio-rs/tokio/pull/4355
16+
[#4502]: https://github.com/tokio-rs/tokio/pull/4502
17+
[#4560]: https://github.com/tokio-rs/tokio/pull/4560
18+
[#4601]: https://github.com/tokio-rs/tokio/pull/4601
19+
[#4715]: https://github.com/tokio-rs/tokio/pull/4715
20+
121
# 0.1.8 (October 29, 2021)
222

323
- stream: add `From<Receiver<T>>` impl for receiver streams ([#4080])

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.8"
7+
version = "0.1.9"
88
edition = "2018"
99
rust-version = "1.49"
1010
authors = ["Tokio Contributors <team@tokio.rs>"]

0 commit comments

Comments
 (0)