|
| 1 | +# 0.3.19 - 2021-12-18 |
| 2 | + |
| 3 | +* Remove unstable `read-initializer` feature (#2534) |
| 4 | +* Fix panic in `FuturesUnordered` (#2535) |
| 5 | +* Fix compatibility issue with `FuturesUnordered` and tokio's cooperative scheduling (#2527) |
| 6 | +* Add `StreamExt::count` (#2495) |
| 7 | + |
1 | 8 | # 0.3.18 - 2021-11-23 |
2 | 9 |
|
| 10 | +NOTE: This release has been yanked. See #2529 for details. |
| 11 | + |
3 | 12 | * Fix unusable `Sink` implementation on `stream::Scan` (#2499) |
4 | 13 | * Make `task::noop_waker_ref` available without `std` feature (#2505) |
5 | 14 | * Add async `LineWriter` (#2477) |
|
62 | 71 |
|
63 | 72 | # 0.3.10 - 2021-01-13 |
64 | 73 |
|
| 74 | +NOTE: This release has been yanked. See #2310 for details. |
| 75 | + |
65 | 76 | * Fixed type-inference in `sink::unfold` by specifying more of its types (breaking change -- see #2311) |
66 | 77 |
|
67 | 78 | # 0.3.9 - 2021-01-08 |
68 | 79 |
|
| 80 | +NOTE: This release has been yanked. See #2310 for details. |
| 81 | + |
69 | 82 | * Significantly improved compile time when `async-await` crate feature is disabled (#2273) |
70 | 83 | * Added `stream::repeat_with` (#2279) |
71 | 84 | * Added `StreamExt::unzip` (#2263) |
|
77 | 90 |
|
78 | 91 | # 0.3.8 - 2020-11-04 |
79 | 92 |
|
| 93 | +NOTE: This release has been yanked. See #2310 for details. |
| 94 | + |
80 | 95 | * Switched proc-macros to use native `#[proc_macro]` at Rust 1.45+ (#2243) |
81 | 96 | * Added `WeakShared` (#2169) |
82 | 97 | * Added `TryStreamExt::try_buffered` (#2245) |
|
86 | 101 |
|
87 | 102 | # 0.3.7 - 2020-10-23 |
88 | 103 |
|
| 104 | +NOTE: This release has been yanked. See #2310 for details. |
| 105 | + |
89 | 106 | * Fixed unsoundness in `MappedMutexGuard` (#2240) |
90 | 107 | * Re-exported `TakeUntil` (#2235) |
91 | 108 | * futures-test: Prevent double panic in `panic_waker` (#2236) |
92 | 109 |
|
93 | 110 | # 0.3.6 - 2020-10-06 |
94 | 111 |
|
| 112 | +NOTE: This release has been yanked. See #2310 for details. |
| 113 | + |
95 | 114 | * Fixed UB due to missing 'static on `task::waker` (#2206) |
96 | 115 | * Added `AsyncBufReadExt::fill_buf` (#2225) |
97 | 116 | * Added `TryStreamExt::try_take_while` (#2212) |
|
106 | 125 |
|
107 | 126 | # 0.3.5 - 2020-05-08 |
108 | 127 |
|
| 128 | +NOTE: This release has been yanked. See #2310 for details. |
| 129 | + |
109 | 130 | * Added `StreamExt::flat_map`. |
110 | 131 | * Added `StreamExt::ready_chunks`. |
111 | 132 | * Added `*_unpin` methods to `SinkExt`. |
|
124 | 145 |
|
125 | 146 | # 0.3.4 - 2020-02-06 |
126 | 147 |
|
| 148 | +NOTE: This release has been yanked. See #2310 for details. |
| 149 | + |
127 | 150 | * Fixed missing `Drop` for `UnboundedReceiver` (#2064) |
128 | 151 |
|
129 | 152 | # 0.3.3 - 2020-02-04 |
130 | 153 |
|
| 154 | +NOTE: This release has been yanked. See #2310 for details. |
| 155 | + |
131 | 156 | * Fixed compatibility issue with pinned facade (#2062) |
132 | 157 |
|
133 | 158 | # 0.3.2 - 2020-02-03 |
134 | 159 |
|
| 160 | +NOTE: This release has been yanked. See #2310 for details. |
| 161 | + |
135 | 162 | * Improved buffering performance of `SplitSink` (#1969) |
136 | 163 | * Added `select_biased!` macro (#1976) |
137 | 164 | * Added `hash_receiver` method to mpsc channel (#1962) |
|
151 | 178 |
|
152 | 179 | # 0.3.1 - 2019-11-07 |
153 | 180 |
|
| 181 | +NOTE: This release has been yanked. See #2310 for details. |
| 182 | + |
154 | 183 | * Fix signature of `LocalSpawn` trait (breaking change -- see #1959) |
155 | 184 |
|
156 | 185 | # 0.3.0 - 2019-11-05 |
157 | 186 |
|
| 187 | +NOTE: This release has been yanked. See #2310 for details. |
| 188 | + |
158 | 189 | * Stable release along with stable async/await! |
159 | 190 | * Added async/await to default features (#1953) |
160 | 191 | * Changed `Spawn` trait and `FuturesUnordered::push` to take `&self` (#1950) |
|
0 commit comments