mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
737 B
737 B
0.2.0 (April 21, 2019)
Breaking Changes
- Remove
Callsite::clear_interest
andCallsite::add_interest
(#1039) metadata!
macro now requires aKind
field (#1046)
Added
- Add a function to rebuild cached interest (#1039)
- Add overrideable downcasting to
Subscriber
s (#974) - Add slightly more useful debug impls (#1014)
- Introduce callsite classification in metadata (#1046)
Fixed
fmt::Debug
impls forfield::Display
andfield::Debug
not passing through to the inner value (#992)- Entering a
Dispatch
function unsets the default dispatcher for the duration of the function (so that events inside the subscriber cannot cause infinite loops) (#1033)
0.1.0 (March 13, 2019)
- Initial release