github tokio-rs/tracing tracing-0.1.32
tracing 0.1.32

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

Don't miss a new tracing release

NewReleases is sending notifications on new releases.