Skip to content

tracing-core 0.1.29

Choose a tag to compare

@github-actions github-actions released this 29 Jul 19:46
· 263 commits to main since this release
275eded

This release of tracing-core adds PartialEq and Eq implementations for
metadata types, and improves error messages when setting the global default
subscriber fails.

Added

  • PartialEq and Eq implementations for Metadata (#2229)
  • PartialEq and Eq implementations for FieldSet (#2229)

Fixed

  • Fixed unhelpful fmt::Debug output for dispatcher::SetGlobalDefaultError
    (#2250)
  • Fixed compilation with -Z minimal-versions (#2246)

Thanks to @jswrenn and @CAD97 for contributing to this release!