Skip to content

tracing 0.1.32

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 17:03
· 562 commits to master since this release
f701166

This release reduces the overhead of creating and dropping disabled
spans significantly, which should improve performance when no tracing
subscriber is in use or when spans are disabled by a filter.

Fixed

  • attributes: Compilation failure with --minimal-versions due to a
    too-permissive syn dependency (#1960)

Changed

  • Reduced Drop overhead for disabled spans (#1974)
  • tracing-attributes: updated to 0.1.20