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
valuable
crate (#1608, #1888, #1887) - field: Added
ValueSet::record
method (#1823) - subscriber:
Default
impl forNoSubscriber
(#1785) - metadata: New
Kind::HINT
to support theenabled!
macro intracing
(#1883, #1891)
Fixed
Thanks to @xd009642, @Skepfyr, @guswynn, @Folyd, and @mbergkvist for
contributing to this release!