Skip to content

tracing-serde 0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 19:44
· 572 commits to master since this release
c661c23

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

Fixed

  • Fixed incorrect size hint in SerializeFieldSet (#1333)
  • A number of documentation fixes

Thanks to @akinnane and @maxburke for contributing to this release!