tracing-core 0.1.22
·
609 commits
to master
since this release
This release adds experimental support for recording structured field values
using the valuable crate. See this blog post for details on
valuable.
Note that valuable support currently requires --cfg tracing_unstable. See
the documentation for details.
Added
- field: Experimental support for recording field values using the
valuablecrate (#1608, #1888, #1887) - field: Added
ValueSet::recordmethod (#1823) - subscriber:
Defaultimpl forNoSubscriber(#1785) - metadata: New
Kind::HINTto support theenabled!macro intracing
(#1883, #1891)
Fixed
Thanks to @xd009642, @Skepfyr, @guswynn, @Folyd, and @mbergkvist for
contributing to this release!