• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 0.1.17 (December 6th, 2024)
2
3- deps: fix dev-dependency on tokio-test ([#6931], [#7019])
4- stream: fix link on `Peekable` ([#6861])
5- sync: fix `Stream` link in broadcast docs ([#6873])
6
7[#6861]: https://github.com/tokio-rs/tokio/pull/6861
8[#6873]: https://github.com/tokio-rs/tokio/pull/6873
9[#6931]: https://github.com/tokio-rs/tokio/pull/6931
10[#7019]: https://github.com/tokio-rs/tokio/pull/7019
11
12# 0.1.16 (September 5th, 2024)
13
14This release bumps the MSRV of tokio-stream to 1.70.
15
16- stream: add `next_many` and `poll_next_many` to `StreamMap` ([#6409])
17- stream: make stream adapters public ([#6658])
18- readme: add readme for tokio-stream ([#6456])
19
20[#6409]: https://github.com/tokio-rs/tokio/pull/6409
21[#6658]: https://github.com/tokio-rs/tokio/pull/6658
22[#6456]: https://github.com/tokio-rs/tokio/pull/6456
23
24# 0.1.15 (March 14th, 2024)
25
26This release bumps the MSRV of tokio-stream to 1.63.
27
28- docs: fix typo in argument name ([#6389])
29- docs: fix typo in peekable docs ([#6130])
30- docs: link to latest version of tokio-util docs ([#5694])
31- docs: typographic improvements ([#6262])
32- stream: add `StreamExt::peekable` ([#6095])
33
34[#5694]: https://github.com/tokio-rs/tokio/pull/5694
35[#6095]: https://github.com/tokio-rs/tokio/pull/6095
36[#6130]: https://github.com/tokio-rs/tokio/pull/6130
37[#6262]: https://github.com/tokio-rs/tokio/pull/6262
38[#6389]: https://github.com/tokio-rs/tokio/pull/6389
39
40# 0.1.14 (April 26th, 2023)
41
42This bugfix release bumps the minimum version of Tokio to 1.15, which is
43necessary for `timeout_repeating` to compile. ([#5657])
44
45[#5657]: https://github.com/tokio-rs/tokio/pull/5657
46
47# 0.1.13 (April 25th, 2023)
48
49This release bumps the MSRV of tokio-stream to 1.56.
50
51- stream: add "full" feature flag ([#5639])
52- stream: add `StreamExt::timeout_repeating` ([#5577])
53- stream: add `StreamNotifyClose` ([#4851])
54
55[#4851]: https://github.com/tokio-rs/tokio/pull/4851
56[#5577]: https://github.com/tokio-rs/tokio/pull/5577
57[#5639]: https://github.com/tokio-rs/tokio/pull/5639
58
59# 0.1.12 (January 20, 2023)
60
61- time: remove `Unpin` bound on `Throttle` methods ([#5105])
62- time: document that `throttle` operates on ms granularity ([#5101])
63- sync: add `WatchStream::from_changes` ([#5432])
64
65[#5105]: https://github.com/tokio-rs/tokio/pull/5105
66[#5101]: https://github.com/tokio-rs/tokio/pull/5101
67[#5432]: https://github.com/tokio-rs/tokio/pull/5432
68
69# 0.1.11 (October 11, 2022)
70
71- time: allow `StreamExt::chunks_timeout` outside of a runtime ([#5036])
72
73[#5036]: https://github.com/tokio-rs/tokio/pull/5036
74
75# 0.1.10 (Sept 18, 2022)
76
77- time: add `StreamExt::chunks_timeout` ([#4695])
78- stream: add track_caller to public APIs ([#4786])
79
80[#4695]: https://github.com/tokio-rs/tokio/pull/4695
81[#4786]: https://github.com/tokio-rs/tokio/pull/4786
82
83# 0.1.9 (June 4, 2022)
84
85- deps: upgrade `tokio-util` dependency to `0.7.x` ([#3762])
86- stream: add `StreamExt::map_while` ([#4351])
87- stream: add `StreamExt::then` ([#4355])
88- stream: add cancel-safety docs to `StreamExt::next` and `try_next` ([#4715])
89- stream: expose `Elapsed` error ([#4502])
90- stream: expose `Timeout` ([#4601])
91- stream: implement `Extend` for `StreamMap` ([#4272])
92- sync: add `Clone` to `RecvError` types ([#4560])
93
94[#3762]: https://github.com/tokio-rs/tokio/pull/3762
95[#4272]: https://github.com/tokio-rs/tokio/pull/4272
96[#4351]: https://github.com/tokio-rs/tokio/pull/4351
97[#4355]: https://github.com/tokio-rs/tokio/pull/4355
98[#4502]: https://github.com/tokio-rs/tokio/pull/4502
99[#4560]: https://github.com/tokio-rs/tokio/pull/4560
100[#4601]: https://github.com/tokio-rs/tokio/pull/4601
101[#4715]: https://github.com/tokio-rs/tokio/pull/4715
102
103# 0.1.8 (October 29, 2021)
104
105- stream: add `From<Receiver<T>>` impl for receiver streams ([#4080])
106- stream: impl `FromIterator` for `StreamMap` ([#4052])
107- signal: make windows docs for signal module show up on unix builds ([#3770])
108
109[#3770]: https://github.com/tokio-rs/tokio/pull/3770
110[#4052]: https://github.com/tokio-rs/tokio/pull/4052
111[#4080]: https://github.com/tokio-rs/tokio/pull/4080
112
113# 0.1.7 (July 7, 2021)
114
115### Fixed
116
117- sync: fix watch wrapper ([#3914])
118- time: fix `Timeout::size_hint` ([#3902])
119
120[#3902]: https://github.com/tokio-rs/tokio/pull/3902
121[#3914]: https://github.com/tokio-rs/tokio/pull/3914
122
123# 0.1.6 (May 14, 2021)
124
125### Added
126
127- stream: implement `Error` and `Display` for `BroadcastStreamRecvError` ([#3745])
128
129### Fixed
130
131- stream: avoid yielding in `AllFuture` and `AnyFuture` ([#3625])
132
133[#3745]: https://github.com/tokio-rs/tokio/pull/3745
134[#3625]: https://github.com/tokio-rs/tokio/pull/3625
135
136# 0.1.5 (March 20, 2021)
137
138### Fixed
139
140- stream: documentation note for throttle `Unpin` ([#3600])
141
142[#3600]: https://github.com/tokio-rs/tokio/pull/3600
143
144# 0.1.4 (March 9, 2021)
145
146Added
147
148- signal: add `Signal` wrapper ([#3510])
149
150Fixed
151
152- stream: remove duplicate `doc_cfg` declaration ([#3561])
153- sync: yield initial value in `WatchStream` ([#3576])
154
155[#3510]: https://github.com/tokio-rs/tokio/pull/3510
156[#3561]: https://github.com/tokio-rs/tokio/pull/3561
157[#3576]: https://github.com/tokio-rs/tokio/pull/3576
158
159# 0.1.3 (February 5, 2021)
160
161Added
162
163 - sync: add wrapper for broadcast and watch ([#3384], [#3504])
164
165[#3384]: https://github.com/tokio-rs/tokio/pull/3384
166[#3504]: https://github.com/tokio-rs/tokio/pull/3504
167
168# 0.1.2 (January 12, 2021)
169
170Fixed
171
172 - docs: fix some wrappers missing in documentation ([#3378])
173
174[#3378]: https://github.com/tokio-rs/tokio/pull/3378
175
176# 0.1.1 (January 4, 2021)
177
178Added
179
180 - add `Stream` wrappers ([#3343])
181
182Fixed
183
184 - move `async-stream` to `dev-dependencies` ([#3366])
185
186[#3366]: https://github.com/tokio-rs/tokio/pull/3366
187[#3343]: https://github.com/tokio-rs/tokio/pull/3343
188
189# 0.1.0 (December 23, 2020)
190
191 - Initial release
192