tracing: prepare to release v0.1.37 #2341
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.1.37 (October 6, 2022)
This release of
tracing
incorporates changes fromtracing-core
v0.1.30 and
tracing-attributes
v0.1.23,including the new
Subscriber::on_register_dispatch
method forperforming late initialization after a
Subscriber
is registered as aDispatch
, and bugfixes for the#[instrument]
attribute.Additionally, it fixes instances of the
bare_trait_objects
lint, whichis now a warning on
tracing
's MSRV and will become an error in thenext edition.
Fixed
#[instrument]
ed functions (attributes: fix handling of inner attributes #2307)generated for type errors in
#[instrument]
edasync fn
s (Add fake return to improve span on type error intracing::instrument
#2270)syn
dependency to fix compilation with-Z minimal-versions
(fix minimal-versions correctness (v0.1.x) #2246)bare_trait_objects
warning invalueset!
macro expansion (macros: Add dyn keyword for trait objects in valueset! expansion #2308)Added
Subscriber::on_register_dispatch
method (tracing-core, tracing-subscriber: Add{Collect,Subscriber}::on_register_dispatch
#2269)WeakDispatch
type andDispatch::downgrade()
function(tracing-core: Add
Dispatch::downgrade()
andWeakDispatch
#2293)Changed
tracing-core
: updated to 0.1.30tracing-attributes
: updated to 0.1.23Documented
tracing-web
andreqwest-tracing
to related crates(Add tracing-web to the list of related crates #2283, docs: Add reqwest-tracing to related crates in README #2331)
Thanks to new contributors @compiler-errors, @e-nomem, @WorldSEnder,
@Xiami2012, and @tl-rodrigo-gryzinski, as well as @jswrenn and @CAD97,
for contributing to this release!