- docs.rs build failures (#618)
- Spelling in documentation skins -> sinks (#643)
WithDispatch::inner
andWithDispatch::inner_mut
methods to allow borrowing the wrapped type (#589)WithDispatch::with_dispatch
method, to propagate the subscriber to another type (#589)inner_pin_ref
andinner_pin_mut
methods toInstrumented
andWithDispatch
to project to the inner future when pinned (#590)
- Support for
futures
0.3Stream
s andSink
s (#544)
- Compilation errors when using the
futures-03
feature (#576)
Thanks to @obergner and @najamelan for their contributions to this release!
- API documentation now shows which features are required by feature-flagged items (#523)
no_std
support (#498)
- Breaking Change: the default
Future
implementation comes from thestd-future
feature. Compatibility with futures v0.1 is available via thefutures-01
feature.
Instrumented::inner
andinner_mut
methods that expose access to the instrumented future (#386)
- Initial release