File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
# 0.1.8 (October 29, 2021)
2
22
3
23
- stream: add ` From<Receiver<T>> ` impl for receiver streams ([ #4080 ] )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "tokio-stream"
4
4
# - Remove path dependencies
5
5
# - Update CHANGELOG.md.
6
6
# - Create "tokio-stream-0.1.x" git tag.
7
- version = " 0.1.8 "
7
+ version = " 0.1.9 "
8
8
edition = " 2018"
9
9
rust-version = " 1.49"
10
10
authors = [" Tokio Contributors <team@tokio.rs>" ]
You can’t perform that action at this time.
0 commit comments