Releases: davidbarsky/tracing-tree
v0.3.0
tracing-tree 0.2.2
What's Changed
- Replace unmaintained
ansi_term
crate withnu_ansi_term
crate. by @aaronbembenek-aws in #52
New Contributors
- @aaronbembenek-aws made their first contribution in #52
Full Changelog: v0.2.1...v0.2.2
crates.io: https://crates.io/crates/tracing-tree/0.2.2
tracing-tree v0.2.1
What's Changed
- fix: removes unnecessary
fmt::Debug
bounds onHierarchicalLayer
, which makes it possible to composeHierarchicalLayer
with otherHierarchicalLayers
(#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
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 tostdout
(as was the behavior intracing-tree
0.1), configure the Layer asHierarchicalLayer::default().with_writer(std::io::stdout)
.
Crates.io: https://crates.io/crates/tracing-tree/0.2.0
tracing-tree v0.1.11
What's Changed
- add license files by @krasimirgg in #38
- chore: bump to v0.1.11 by @davidbarsky in #39
New Contributors
- @krasimirgg made their first contribution in #38
Crates.io: https://crates.io/crates/tracing-tree/0.1.11
tracing-tree 0.1.10
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
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
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
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
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