-
Notifications
You must be signed in to change notification settings - Fork 0
Update tokio-tracing monorepo #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lockFile name: Cargo.lock |
c48e395 to
ee28de0
Compare
ee28de0 to
2580d82
Compare
2580d82 to
a287a7c
Compare
|
a287a7c to
618413d
Compare
618413d to
e0598f3
Compare
e0598f3 to
efd0a75
Compare
f6fa0be to
f13f92b
Compare
f13f92b to
303b3fd
Compare
303b3fd to
f3ea8d5
Compare
This PR contains the following updates:
0.1.26->0.1.440.2->0.3Release Notes
tokio-rs/tracing (tracing)
v0.1.44: tracing 0.1.44Compare Source
Fixed
record_allpanic (#3432)Changed
tracing-core: updated to 0.1.36 (#3440)v0.1.43: tracing 0.1.43Compare Source
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
valuesetmacro sanitary" (#3425)v0.1.42: tracing 0.1.42Compare Source
Important
The
Span::record_allmethod has been removed from the documented API. Itwas always unsuable via the documented API as it requried a
ValueSetwhichhas no publically documented constructors. The method remains, but should not
be used outside of
tracingmacros.Added
record_all!macro for recording multiple values in one call (#3227)Changed
tracing-core: updated to 0.1.35 (#3414)tracing-attributes: updated to 0.1.31 (#3417)Fixed
event!(#2983)release_max_level_*not set (#3373)valuesetmacro sanitary (#3382)Documented
dynkeyword inVisitdocumentation code sample (#3387)v0.1.41: tracing 0.1.41Compare Source
[ crates.io ] | [ docs.rs ]
This release updates the
tracing-coredependency to v0.1.33 andthe
tracing-attributesdependency to v0.1.28.Added
Field(#2820)&[u8]to be recorded as event/span field (#2954)Changed
thread_locals when possible (#2838)Fixed
register_callsiteerror (#2938)targetandname(#2941)v0.1.40: tracing 0.1.40Compare Source
This release fixes a potential stack use-after-free in the
Instrument::into_innermethod. Only uses of this method are affected by thisbug.
Fixed
mem::ManuallyDropinstead ofmem::forgetinInstrument::into_inner(#2765)
Thanks to @cramertj and @manishearth for finding and fixing this issue!
v0.1.39: tracing 0.1.39Compare Source
This release adds several additional features to the
tracingmacros. Inaddition, it updates the
tracing-coredependency to v0.1.32 andthe
tracing-attributesdependency to v0.1.27.Added
ValueSets of any length (#2508)Changed
tracing-attributes: updated to 0.1.27tracing-core: updated to 0.1.32Fixed
(#2621, #2757)
clippy::let_with_type_underscore] in macro-generatedcode ([#2609])
unknown_lintsin macro-generated code (#2626)#[instrument]when the"log"feature is enabled (#2599)
Documented
axum-insightsto relevant crates. (#2713)clippy-tracingto related crates (#2628)tracing-cloudwatchto related crates (#2667)tracing-etwrepo (#2602)v0.1.38: tracing 0.1.38Compare Source
This
tracingrelease changes theDropimplementation forInstrumentedFutures so that the attachedSpanis entered when dropping theFuture. Thismeans that events emitted by the
Future'sDropimplementation will now berecorded within its
Span. It also adds#[inline]hints to methods called inthe
event!macro's expansion, for an improvement in both binary size andperformance.
Additionally, this release updates the
tracing-attributesdependency tov0.1.24, which updates the
syndependency to v2.x.x.tracing-attributesv0.1.24 also includes improvements to the#[instrument]macro; see the
tracing-attributes0.1.24 release notes fordetails.
Added
Instrumentedfutures will now enter the attachedSpanin theirDropimplementation, allowing events emitted when dropping the future to occur
within the span (#2562)
#[inline]attributes for methods called by theevent!macros, makinggenerated code smaller (#2555)
levelargument to#[instrument(err)]and#[instrument(ret)]to override the level ofthe generated return value event (#2335)
#[instrument]is added to aconst fn(#2418)
Changed
tracing-attributes: updated to 0.1.24cfg-ifdependency (#2553)syndependency to 2.0 (#2516)Fixed
clippy::unreachablewarnings in#[instrument]-generated code (#2356)syndependency (#2530)Documented
#[instrument(err)](#2433)#[instrument](#2350)Thanks to @nitnelave, @jsgf, @Abhicodes-crypto, @LukeMathWalker, @andrewpollack,
@quad, @klensy, @davidpdrsn, @dbidwell94, @ldm0, @NobodyXu, @ilsv, and @daxpedda
for contributing to this release!
v0.1.37: tracing 0.1.37Compare Source
This release of
tracingincorporates changes fromtracing-corev0.1.30 and
tracing-attributesv0.1.23,including the new
Subscriber::on_register_dispatchmethod for performing lateinitialization after a
Subscriberis registered as aDispatch, and bugfixesfor the
#[instrument]attribute. Additionally, it fixes instances of thebare_trait_objectslint, which is now a warning ontracing's MSRV and willbecome an error in the next edition.
Fixed
#[instrument]edfunctions (#2307)
type errors in
#[instrument]edasync fns (#2270)syndependency to fix compilation with-Z minimal-versions(#2246)bare_trait_objectswarning invalueset!macro expansion (#2308)Added
Subscriber::on_register_dispatchmethod (#2269)WeakDispatchtype andDispatch::downgrade()function (#2293)Changed
tracing-core: updated to 0.1.30tracing-attributes: updated to 0.1.23Documented
tracing-webandreqwest-tracingto related crates (#2283,#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!
v0.1.36: tracing 0.1.36Compare Source
This release adds support for owned values and fat pointers as arguments to the
Span::recordmethod, as well as updating the minimumtracing-coreversionand several documentation improvements.
Fixed
dispatcher::set_default(#2220)-Z minimal-versions(#2246)Added
Span::record(#2212)Changed
tracing-core: updated to 0.1.29Thanks to @fredr, @cgbur, @jyn514, @matklad, and @CAD97 for contributing to this
release!
v0.1.35: tracing 0.1.35Compare Source
This release reduces the overhead of callsite registration by using new
tracing-coreAPIs.Added
DefaultCallsiteto reduce callsite registration overhead (#2083)Changed
tracing-core: updated to 0.1.27v0.1.34: tracing 0.1.34Compare Source
This release includes bug fixes for the "log" support feature and for the use of
both scoped and global default dispatchers in the same program.
Fixed
default dispatcher before the global default is set (#2065)
asyncblock/fn futures becoming!Sendwhen the "log" feature flag is enabled (#2073)
Thanks to @ben0x539 for contributing to this release!
v0.1.33: tracing 0.1.33Compare Source
This release adds new
span_enabled!andevent_enabled!variants of theenabled!macro, for testing whether a subscriber would specifically enable aspan or an event.
Added
span_enabled!andevent_enabled!macros (#1900)Fixed
wasm32)(#2060)
Thanks to @guswynn, @arifd, @hrxi, @CAD97, and @name1e5s for contributing to
this release!
v0.1.32: tracing 0.1.32Compare Source
This release reduces the overhead of creating and dropping disabled
spans significantly, which should improve performance when no
tracingsubscriber is in use or when spans are disabled by a filter.
Fixed
--minimal-versionsdue to atoo-permissive
syndependency (#1960)Changed
Dropoverhead for disabled spans (#1974)tracing-attributes: updated to 0.1.20v0.1.31: tracing 0.1.31Compare Source
This release increases the minimum supported Rust version (MSRV) to 1.49.0. In
addition, it fixes some relatively rare macro bugs.
Added
tracing-forestto the list of related crates (#1935)Changed
Fixed
warn!macro incorrectly generating an event with theTRACElevel(#1930)
concat!macro, for real this time (#1918)
Thanks to @QnnOkabayashi, @nicolaasg, and @teohhanhui for contributing to this
release!
v0.1.30: tracing 0.1.30Compare Source
This release adds experimental support for recording structured field
values using the
valuablecrate. See this blog post fordetails on
valuable.Note that
valuablesupport currently requires--cfg tracing_unstable. Seethe documentation for details.
This release also adds a new
enabled!macro for testing if a span or eventwould be enabled.
Added
valuablecrate (#1608, #1888, #1887)enabled!macro for testing if a span or event is enabled (#1882)Changed
tracing-core: updated to 0.1.22tracing-attributes: updated to 0.1.19Fixed
enabled (#1823)
concat!macro (#1842)
Thanks to @@Vlad-Scherbina, @Skepfyr, @Swatinem, @guswynn, @teohhanhui,
@xd009642, @tobz, @d-e-s-o@0b01, and @nickelc for contributing to this release!
v0.1.29: tracing 0.1.29Compare Source
This release adds support for recording
Option<T> where T: Valueastyped
tracingfield values. It also includes significant performanceimprovements for functions annotated with the
#[instrument]attributewhen the generated span is disabled.
Changed
tracing-core: updated to v0.1.21tracing-attributes: updated to v0.1.19Added
Valueimpl forOption<T> where T: Value(#1585)#[instrument]-generated spans below the max level (#1600, #1605,#1614, #1616, #1617)
Fixed
Futureimplementation forWithSubscriber, making theWithDispatchextension trait actuallyuseable (#1602)
Thanks to @BrianBurgers, @mattiast, @DCjanus, @oli-obk, and @matklad for
contributing to this release!
v0.1.28: tracing 0.1.28Compare Source
0.1.28 (September 17th, 2021)
This release fixes an issue where the RustDoc documentation was rendered
incorrectly. It doesn't include any actual code changes, and is very
boring and can be ignored.
Fixed
<div>tag (#1572)
v0.1.27: tracing 0.1.27Compare Source
This release adds a new
Span::or_currentmethod to aid inefficiently propagating span contexts to spawned threads or tasks.
Additionally, it updates the
tracing-coreversion to 0.1.20 andthe
tracing-attributesversion to 0.1.16, ensuring that a numberof new features in those crates are present.
Fixed
WithSubscriberimplementations forfutures and other types (#1424)
Added
Span::or_currentmethod, to help with efficient span contextpropagation (#1538)
skip_alloption to#[instrument](#1548)as
fmt::Debug(#1378)NoSubscriber, a no-opSubscriberimplementation(#1549)
Visit::record_f64and support for recordingfloating-point values (#1507, #1522)
#1398, #1435, #1442, #1524, #1556)
Thanks to new contributors @dzvon and @mbergkvist, as well as @teozkr,
@maxburke, @LukeMathWalker, and @jsgf, for contributing to this release!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.