Skip to content

Releases: tokio-rs/tracing

tracing-subscriber 0.3.23

13 Mar 10:04
54ede4d

Choose a tag to compare

Fixed

  • Allow ansi sanitization to be disabled (#3484)

tracing-core 0.1.36

18 Dec 14:13
10a9e83

Choose a tag to compare

  • Fix record_all panic (#3432)

tracing 0.1.44

18 Dec 14:26
2d55f6f

Choose a tag to compare

Fixed

  • Fix record_all panic (#3432)

Changed

  • tracing-core: updated to 0.1.36 (#3440)

tracing-subscriber 0.3.22

28 Nov 09:22
cc44064

Choose a tag to compare

Important

The previous release 0.3.21 was yanked as it depended explicitly on
tracing-0.1.42, which was yanked due to a breaking change (see #3424 for
details). This release contains all the changes from the previous release, plus
an update to the newer version of tracing.

Changed

  • tracing: updated to 0.1.43 (#3427)

tracing 0.1.43

28 Nov 08:57
64e1c8d

Choose a tag to compare

Important

The previous release 0.1.42 was yanked because #3382 was a breaking change.
See further details in #3424. This release contains all the changes from that
version, plus a revert for the problematic part of the breaking PR.

Fixed

  • Revert "make valueset macro sanitary" (#3425)

tracing-mock 0.1.0-beta.3

28 Nov 11:38
9978c36

Choose a tag to compare

Pre-release

Important

The previous release 0.1.0-beta.2 was yanked as it depended explicitly on
tracing-0.1.42, which was yanked due to a breaking change (see #3424 for
details). This release contains all the changes from the previous release, plus
an update to the newer version of tracing.

Changed

  • tracing: updated to 0.1.43 (#3427)

tracing-subscriber 0.3.21

26 Nov 13:36
a9eeed7

Choose a tag to compare

Fixed

  • Change registry exit to decrement local span ref only (#3331)
  • Make Layered propagate on_register_dispatch (#3379)

Changed

  • tracing: updated to 0.1.42 (#3418)

Performance

  • Remove clone_span on enter (#3289)

Documented

  • Fix a few small things in the format module (#3339)
  • Fix extra closing brace in layer docs (#3350)
  • Fix link in FmtSpan docs (#3411)

tracing-journald 0.3.2

26 Nov 14:21
a164fd3

Choose a tag to compare

Added

  • Use argv0 for syslog identifier (#3372)

tracing-core 0.1.35

26 Nov 11:03
d92b4c0

Choose a tag to compare

Added

  • Switch to unconditional no_std (#3323)
  • Improve code generation at trace points significantly (#3398)

Fixed

  • Add missing dyn keyword in Visit documentation code sample (#3387)

Documented

  • Add favicon for extra pretty docs (#3351)

tracing-attributes 0.1.31

26 Nov 11:23
5508623

Choose a tag to compare

Added

  • Support constant expressions as instrument field names (#3158)