Skip to content

tracing-core 0.1.33

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 22:10
· 585 commits to master since this release
cb0f0e7

Added

  • Add index API for Field (#2820)
  • allow &[u8] to be recorded as event/span field (#2954)

Changed

  • Bump MSRV to 1.63 (#2793)
  • Use const thread_locals when possible (#2838)

Fixed

  • Fix missed register_callsite error (#2938)
  • Do not add valuable/std feature as dependency unless valuable is used (#3002)
  • prefix macro calls with ::core to avoid clashing with local macros (#3024)

Documented

  • Fix incorrect (incorrectly updated) docs for LevelFilter (#2767)

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