- docs.rs build failures (#618)
- Spelling in documentation skins -> sinks (#643)
WithDispatch::innerandWithDispatch::inner_mutmethods to allow borrowing the wrapped type (#589)WithDispatch::with_dispatchmethod, to propagate the subscriber to another type (#589)inner_pin_refandinner_pin_mutmethods toInstrumentedandWithDispatchto project to the inner future when pinned (#590)
- Support for
futures0.3Streams andSinks (#544)
- Compilation errors when using the
futures-03feature (#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_stdsupport (#498)
- Breaking Change: the default
Futureimplementation comes from thestd-futurefeature. Compatibility with futures v0.1 is available via thefutures-01feature.
Instrumented::innerandinner_mutmethods that expose access to the instrumented future (#386)
- Initial release