tracing-error v0.2.0
·
609 commits
to master
since this release
This is a breaking change release in order to update the
tracing-subscriber dependency version to the v0.3.x release
series.
Changed
Fixed
- Disabled default features of the
tracingdependency so that
proc-macro dependencies are not enabled (#1144) - Documentation fixes and improvements (#635, #695)
Added
- SpanTrace: Added
SpanTrace::newconstructor for constructing a
SpanTracefrom aSpanpassed as an argument (rather than capturing
the current span) (#1492)
Thanks to @CAD97 for contributing to this release!