All Versions
59
Latest Version
Avg Release Cycle
48 days
Latest Release
265 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.3.0-alpha.15 Changes
April 27, 20190.3.0-alpha.15 - 2019-4-26
- โก๏ธ Updated to stabilized
futures_api
. - โ Removed
StreamObj
, cautioned against usage ofFutureObj
. - ๐ Changed
StreamExt::select
to a function. - โ Added
AsyncBufRead
andAsyncSeek
traits. - ๐ Expanded trait impls to include more pinned pointers and ?Sized types.
- โ Added
future::Fuse::terminated
constructor. - โ Added
never_error
combinator. - โ Added
StreamExt::enumerate
. - Re-added
TryStreamExt::{and_then, or_else}
. - โ Added functions to partially progress a local pool.
- ๐ Changed to use our own
Either
type rather than the one from theeither
crate.
- โก๏ธ Updated to stabilized
-
v0.3.0-alpha.14 Changes
April 15, 20190.3.0-alpha.14 - 2019-4-15
- โก๏ธ Updated to new nightly
futures_api
. - ๐ Changed
Forward
combinator to drop sink after completion, and allow!Unpin
Sink
s. - โ Added 0.1 <-> 0.3 compatability shim for
Sink
s. - ๐ Changed
Sink::Item
to a generic parameterSink<Item>
, allowingSink
s to accept
multiple different types, including types containing references. - ๐ Changed
AsyncRead
andAsyncWrite
to takePin<&mut Self>
rather than&mut self
. - โ Added support for
no_std
+alloc
use. - ๐ Changed
join
andtry_join
combinators to functions. - ๐ Fixed propagation of
cfg-target-has-atomic
feature.
- โก๏ธ Updated to new nightly
-
v0.3.0-alpha.13 Changes
February 21, 2019- โก๏ธ Updated to new nightly with stabilization candidate API.
- โ Removed
LocalWaker
. - โ Added
#[must_use]
toStream
andSink
traits. - Enabled using
!Unpin
futures inJoinAll
. - Added the
try_join_all
combinator. - Stopped closing a whole channel upon closing of one sender.
- โ Removed
TokioDefaultSpawner
andtokio-compat
. - ๐ Moved intra-crate dependencies to exact versions.
-
v0.3.0-alpha.12 Changes
January 15, 2019- โก๏ธ Updated to new nightly with a modification to
Pin::set
. - ๐ฆ Expose
AssertUnmoved
andPendingOnce
. - ๐ Prevent double-panic in
AssertUnmoved
. - ๐ Support nested invocations of the
select!
macro. - 0๏ธโฃ Implement
Default
forMutex
andSelectAll
.
- โก๏ธ Updated to new nightly with a modification to
-
v0.3.0-alpha.11 Changes
December 27, 2018- Updated to newly stabilized versions of the
pin
andarbitrary_self_types
features. - Re-added
select_all
for streams. - Added
TryStream::into_async_read
for converting from a stream of bytes into anAsyncRead
. - ๐ Added
try_poll_next_unpin
. - ๐ Rewrote
select!
as a procedural macro for better error messages - ๐ฆ Exposed
join_all
from the facade
- Updated to newly stabilized versions of the
-
v0.3.0-alpha.10 Changes
November 27, 2018- Revamped
select!
macro - Added
select_next_some
method for getting only theSome
elements of a stream fromselect!
- โ Added
futures::lock::Mutex
for async-aware synchronization. - ๐ Fixed bug converting
Pin<Box<_>>
toStreamObj
- ๐ Improved performance of futures::channel
- ๐ Improved performance and documentation of
Shared
- โ Add
new
method and morederive
s to theCompat
type - Enabled spawning on a borrowed threadpool
- Re-added
join_all
- โ Added
try_concat
- Revamped
-
v0.3.0-alpha.1 Changes
July 19, 2018- ๐ Major changes: See the announcement on our new blog for details. The changes are too numerous to be covered in this changelog because nearly every line of code was modified.
-
v0.1.30
October 05, 2020 -
v0.1.29
September 05, 2019 -
v0.1.28
June 26, 2019