Skip to content

Releases: davidbarsky/tracing-tree

v0.3.0

15 Nov 17:50
fcd9eed
Compare
Choose a tag to compare

What's Changed

  • Bumped tracing-log to 0.2.0. This doesn't have any code breakage, but the removal of implicitly set features might break builds. Thanks to @lnicola for their contribution!

tracing-tree 0.2.2

11 Nov 17:58
8f9f96d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2


crates.io: https://crates.io/crates/tracing-tree/0.2.2

tracing-tree v0.2.1

26 May 21:50
b1a184f
Compare
Choose a tag to compare

What's Changed

  • fix: removes unnecessary fmt::Debug bounds on HierarchicalLayer, which makes it possible to compose HierarchicalLayer with other HierarchicalLayers (#45).
  • fix: check whether another HierarchicalLayer has already placed Data in the extensions; skipping if it's already present. This prevents the panic reported in tokio-rs/tracing#2112.

Thanks to @conradludgate and @joxcat for reporting this these issues!


Crates.io: https://crates.io/crates/tracing-tree/0.2.1

tracing-tree v0.2.0

06 Dec 16:35
c577326
Compare
Choose a tag to compare

Breaking Changes

  • update to tracing-subscriber 0.3 (#40). This change requires consumers of tracing-tree 0.2 to depend on tracing-subscriber 0.3.
  • default to stderr as output (#41). To write to stdout (as was the behavior in tracing-tree 0.1), configure the Layer as HierarchicalLayer::default().with_writer(std::io::stdout).

Crates.io: https://crates.io/crates/tracing-tree/0.2.0

tracing-tree v0.1.11

22 Nov 17:49
4f5635e
Compare
Choose a tag to compare

What's Changed

New Contributors


Crates.io: https://crates.io/crates/tracing-tree/0.1.11

tracing-tree 0.1.10

06 Sep 14:30
0c74856
Compare
Choose a tag to compare

This release removes the unnecessary usage of syn and proc-macro2 by tracing-tree (#32). Thanks, @matklad !

Crates.io: https://crates.io/crates/tracing-tree/0.1.10

tracing-tree 0.1.9

09 Mar 16:57
Compare
Choose a tag to compare

This releases fixes the missing open/close at first instance of indentation level (#31). Thanks, @oli-obk!

Crates.io: https://crates.io/crates/tracing-tree/0.1.9

tracing-tree 0.1.8

22 Feb 16:33
Compare
Choose a tag to compare

This release drops the unnecessary chrono dependency. Thanks, @matklad!

Crates.io: https://crates.io/crates/tracing-tree/0.1.8

tracing-tree 0.1.7

04 Jan 17:04
Compare
Choose a tag to compare

No new features, but a long-overdue release containing a fix for the duplication in span entry/exit. Thanks, @oli-obk!

Crates.io: https://crates.io/crates/tracing-tree/0.1.7

tracing-tree 0.1.6

28 Sep 16:52
Compare
Choose a tag to compare

New features:

  • Print the span info on span exit and entry (#16)
  • Remove brackets and message field name from rendered message (#19
  • Add UI Tests (#21)

Thanks for your contributions, @oli-obk!

Crates.io: https://crates.io/crates/tracing-tree/0.1.6