Skip to content

tracing-subscriber 0.3.7

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 20:25
· 572 commits to master since this release
24ee184

This release adds combinators for combining filters.

Additionally, this release also updates the thread-local crate to v1.1.4,
fixing warnings for the security advisory RUSTSEC-2022-0006. Note that
previous versions of tracing-subscriber did not use any of the thread-local
crate's APIs effected by the vulnerability. However, updating the version fixes
warnings emitted by cargo audit and similar tools.

Added

  • filter: Added combinators for combining filters (#1578)

Fixed

  • registry: Updated thread-local to v1.1.4 (#1858)

Thanks to new contributor @matze for contributing to this release!