0.3.0-alpha.19
Pre-release
Pre-release
cramertj
released this
26 Sep 17:19
·
661 commits
to master
since this release
- Stabilized the
async-await
feature (#1816) - Made
async-await
feature no longer requirestd
feature (#1815) - Updated
proc-macro2
,syn
, andquote
to 1.0 (#1798) - Exposed unstable
BiLock
(#1827) - Renamed "nightly" feature to "unstable" (#1823)
- Moved to our own
io::{Empty, Repeat, Sink}
(#1829) - Made
AsyncRead::initializer
API unstable (#1845) - Moved the
Never
type fromfutures-core
tofutures-util
(#1836) - Fixed use-after-free on panic in
ArcWake::wake_by_ref
(#1797) - Added
AsyncReadExt::chain
(#1810) - Added
Stream::size_hint
(#1853) - Added some missing
FusedFuture
(#1868) andFusedStream
implementations (#1831) - Added a
From
impl forMutex
(#1839) - Added
Mutex::{get_mut, into_inner}
(#1839) - Re-exported
TryConcat
andTryFilter
(#1814) - Lifted
Unpin
bound and implementedAsyncBufRead
forio::Take
(#1821) - Lifted
Unpin
bounds onget_pin_mut
(#1820) - Changed
SendAll
to flush theSink
when the sourceStream
is pending (#1877) - Set default threadpool size to one if
num_cpus::get()
returns zero (#1835) - Removed dependency on
rand
by using our own PRNG (#1837) - Removed
futures-core
dependency fromfutures-sink
(#1832)