This release updates the tracing-core
dependency to v0.1.33 and
the tracing-attributes
dependency to v0.1.28.
Added
Changed
Fixed
- Removed core imports in macros (#2762)
- attributes: Added missing RecordTypes for instrument (#2781)
- attributes: Change order of async and unsafe modifier (#2864)
- Fix missing field prefixes (#2878)
- attributes: Extract match scrutinee (#2880)
- Fix non-simple macro usage without message (#2879)
- Fix event macros with constant field names in the first position (#2883)
- Allow field path segments to be keywords (#2925)
- core: Fix missed
register_callsite
error (#2938) - attributes: Support const values for
target
andname
(#2941) - Prefix macro calls with ::core to avoid clashing with local macros (#3024)