Lines Matching full:tracing
12 [#2765]: https://github.com/tokio-rs/tracing/pull/2765
18 This release adds several additional features to the `tracing` macros. In
19 addition, it updates the `tracing-core` dependency to [v0.1.32][core-0.1.32] and
20 the `tracing-attributes` dependency to [v0.1.27][attrs-0.1.27].
30 - `tracing-attributes`: updated to [0.1.27][attrs-0.1.27]
31 - `tracing-core`: updated to [0.1.32][core-0.1.32]
50 - Add `clippy-tracing` to related crates ([#2628])
51 - Add `tracing-cloudwatch` to related crates ([#2667])
52 - Fix deadlink to `tracing-etw` repo ([#2602])
54 [#2617]: https://github.com/tokio-rs/tracing/pull/2617
55 [#2699]: https://github.com/tokio-rs/tracing/pull/2699
56 [#2508]: https://github.com/tokio-rs/tracing/pull/2508
57 [#2621]: https://github.com/tokio-rs/tracing/pull/2621
58 [#2713]: https://github.com/tokio-rs/tracing/pull/2713
59 [#2581]: https://github.com/tokio-rs/tracing/pull/2581
60 [#2628]: https://github.com/tokio-rs/tracing/pull/2628
61 [#2667]: https://github.com/tokio-rs/tracing/pull/2667
62 [#2602]: https://github.com/tokio-rs/tracing/pull/2602
63 [#2626]: https://github.com/tokio-rs/tracing/pull/2626
64 [#2757]: https://github.com/tokio-rs/tracing/pull/2757
65 [#2732]: https://github.com/tokio-rs/tracing/pull/2732
66 [#2709]: https://github.com/tokio-rs/tracing/pull/2709
67 [#2599]: https://github.com/tokio-rs/tracing/pull/2599
70 https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.27
72 https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.32
76 This `tracing` release changes the `Drop` implementation for `Instrumented`
83 Additionally, this release updates the `tracing-attributes` dependency to
85 `tracing-attributes` v0.1.24 also includes improvements to the `#[instrument]`
86 macro; see [the `tracing-attributes` 0.1.24 release notes][attrs-0.1.24] for
104 - `tracing-attributes`: updated to [0.1.24][attrs-0.1.24]
124 https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.24
125 [#2565]: https://github.com/tokio-rs/tracing/pull/2565
126 [#2555]: https://github.com/tokio-rs/tracing/pull/2555
127 [#2553]: https://github.com/tokio-rs/tracing/pull/2553
128 [#2335]: https://github.com/tokio-rs/tracing/pull/2335
129 [#2418]: https://github.com/tokio-rs/tracing/pull/2418
130 [#2516]: https://github.com/tokio-rs/tracing/pull/2516
131 [#2356]: https://github.com/tokio-rs/tracing/pull/2356
132 [#2530]: https://github.com/tokio-rs/tracing/pull/2530
133 [#2433]: https://github.com/tokio-rs/tracing/pull/2433
134 [#2350]: https://github.com/tokio-rs/tracing/pull/2350
138 This release of `tracing` incorporates changes from `tracing-core`
139 [v0.1.30][core-0.1.30] and `tracing-attributes` [v0.1.23][attrs-0.1.23],
143 `bare_trait_objects` lint, which is now a warning on `tracing`'s MSRV and will
163 - `tracing-core`: updated to [0.1.30][core-0.1.30]
164 - `tracing-attributes`: updated to [0.1.23][attrs-0.1.23]
168 - Added [`tracing-web`] and [`reqwest-tracing`] to related crates ([#2283],
175 [core-0.1.30]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.30
176 [attrs-0.1.23]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.23
177 [`tracing-web`]: https://crates.io/crates/tracing-web/
178 [`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing/
179 [#2246]: https://github.com/tokio-rs/tracing/pull/2246
180 [#2269]: https://github.com/tokio-rs/tracing/pull/2269
181 [#2283]: https://github.com/tokio-rs/tracing/pull/2283
182 [#2270]: https://github.com/tokio-rs/tracing/pull/2270
183 [#2293]: https://github.com/tokio-rs/tracing/pull/2293
184 [#2307]: https://github.com/tokio-rs/tracing/pull/2307
185 [#2308]: https://github.com/tokio-rs/tracing/pull/2308
186 [#2331]: https://github.com/tokio-rs/tracing/pull/2331
191 `Span::record` method, as well as updating the minimum `tracing-core` version
206 - `tracing-core`: updated to [0.1.29][core-0.1.29]
211 [core-0.1.29]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.29
212 [#2220]: https://github.com/tokio-rs/tracing/pull/2220
213 [#2246]: https://github.com/tokio-rs/tracing/pull/2246
214 [#2212]: https://github.com/tokio-rs/tracing/pull/2212
215 [#2208]: https://github.com/tokio-rs/tracing/pull/2208
216 [#2163]: https://github.com/tokio-rs/tracing/pull/2163
221 `tracing-core` APIs.
229 - `tracing-core`: updated to [0.1.27][core-0.1.27]
231 [core-0.1.27]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.27
232 [#2088]: https://github.com/tokio-rs/tracing/pull/2083
249 [#2065]: https://github.com/tokio-rs/tracing/pull/2065
250 [#2073]: https://github.com/tokio-rs/tracing/pull/2073
251 [#2068]: https://github.com/tokio-rs/tracing/pull/2068
272 [#1900]: https://github.com/tokio-rs/tracing/pull/1900
273 [#2010]: https://github.com/tokio-rs/tracing/pull/2010
274 [#2012]: https://github.com/tokio-rs/tracing/pull/2012
275 [#2060]: https://github.com/tokio-rs/tracing/pull/2060
280 spans significantly, which should improve performance when no `tracing`
291 - `tracing-attributes`: updated to [0.1.20][attributes-0.1.20]
293 [#1974]: https://github.com/tokio-rs/tracing/pull/1974
294 [#1960]: https://github.com/tokio-rs/tracing/pull/1960
295 [attributes-0.1.20]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.20
304 - Added `tracing-forest` to the list of related crates ([#1935])
320 [#1935]: https://github.com/tokio-rs/tracing/pull/1935
321 [#1913]: https://github.com/tokio-rs/tracing/pull/1913
322 [#1930]: https://github.com/tokio-rs/tracing/pull/1930
323 [#1918]: https://github.com/tokio-rs/tracing/pull/1918
345 - `tracing-core`: updated to [0.1.22][core-0.1.22]
346 - `tracing-attributes`: updated to [0.1.19][attributes-0.1.19]
361 [core-0.1.22]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.22
362 [attributes-0.1.19]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.19
363 [#1608]: https://github.com/tokio-rs/tracing/pull/1608
364 [#1888]: https://github.com/tokio-rs/tracing/pull/1888
365 [#1887]: https://github.com/tokio-rs/tracing/pull/1887
366 [#1882]: https://github.com/tokio-rs/tracing/pull/1882
367 [#1823]: https://github.com/tokio-rs/tracing/pull/1823
368 [#1842]: https://github.com/tokio-rs/tracing/pull/1842
373 `tracing` field values. It also includes significant performance improvements
379 - `tracing-core`: updated to v0.1.21
380 - `tracing-attributes`: updated to v0.1.18
397 [#1585]: https://github.com/tokio-rs/tracing/pull/1585
398 [#1595]: https://github.com/tokio-rs/tracing/pull/1596
399 [#1597]: https://github.com/tokio-rs/tracing/pull/1597
400 [#1600]: https://github.com/tokio-rs/tracing/pull/1600
401 [#1601]: https://github.com/tokio-rs/tracing/pull/1601
402 [#1602]: https://github.com/tokio-rs/tracing/pull/1602
403 [#1605]: https://github.com/tokio-rs/tracing/pull/1605
404 [#1614]: https://github.com/tokio-rs/tracing/pull/1614
405 [#1616]: https://github.com/tokio-rs/tracing/pull/1616
406 [#1617]: https://github.com/tokio-rs/tracing/pull/1617
419 [#1572]: https://github.com/tokio-rs/tracing/pull/1572
425 the [`tracing-core`] version to [0.1.20] and the [`tracing-attributes`] version to
451 [`Span::or_current`]: https://docs.rs/tracing/0.1.27/tracing/struct.Span.html#method.or_current
452 [`tracing-core`]: https://crates.io/crates/tracing-core
453 [`tracing-attributes`]: https://crates.io/crates/tracing-attributes
454 [`tracing-core`]: https://crates.io/crates/tracing-core
455 [0.1.20]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.20
456 [0.1.16]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.16
457 [#1424]: https://github.com/tokio-rs/tracing/pull/1424
458 [#1538]: https://github.com/tokio-rs/tracing/pull/1538
459 [#1548]: https://github.com/tokio-rs/tracing/pull/1548
460 [#1378]: https://github.com/tokio-rs/tracing/pull/1378
461 [#1507]: https://github.com/tokio-rs/tracing/pull/1507
462 [#1522]: https://github.com/tokio-rs/tracing/pull/1522
463 [#1369]: https://github.com/tokio-rs/tracing/pull/1369
464 [#1398]: https://github.com/tokio-rs/tracing/pull/1398
465 [#1435]: https://github.com/tokio-rs/tracing/pull/1435
466 [#1442]: https://github.com/tokio-rs/tracing/pull/1442
467 [#1524]: https://github.com/tokio-rs/tracing/pull/1524
468 [#1556]: https://github.com/tokio-rs/tracing/pull/1556
492 [#1227]: https://github.com/tokio-rs/tracing/pull/1228
493 [#1305]: https://github.com/tokio-rs/tracing/pull/1305
494 [#1325]: https://github.com/tokio-rs/tracing/pull/1325
495 [#1338]: https://github.com/tokio-rs/tracing/pull/1338
496 [#1344]: https://github.com/tokio-rs/tracing/pull/1344
497 [#1358]: https://github.com/tokio-rs/tracing/pull/1358
498 [#1374]: https://github.com/tokio-rs/tracing/pull/1374
499 [#1335]: https://github.com/tokio-rs/tracing/pull/1335
500 [#1331]: https://github.com/tokio-rs/tracing/pull/1331
511 [#1252]: https://github.com/tokio-rs/tracing/pull/1252
524 [#1236]: https://github.com/tokio-rs/tracing/pull/1236
525 [#1239]: https://github.com/tokio-rs/tracing/pull/1239
526 [#1232]: https://github.com/tokio-rs/tracing/pull/1232
537 - **log**: Fixed an issue where the `tracing` macros would generate code for
546 - **attributes**: `tracing-futures` dependency is no longer required when using
548 - **attributes**: Updated `tracing-attributes` minimum dependency to v0.1.12
554 [#1167]: https://github.com/tokio-rs/tracing/pull/1167
555 [#977]: https://github.com/tokio-rs/tracing/pull/977
556 [#965]: https://github.com/tokio-rs/tracing/pull/965
557 [#981]: https://github.com/tokio-rs/tracing/pull/981
558 [#1215]: https://github.com/tokio-rs/tracing/pull/1215
559 [#808]: https://github.com/tokio-rs/tracing/pull/808
560 [#941]: https://github.com/tokio-rs/tracing/pull/941
561 [#1146]: https://github.com/tokio-rs/tracing/pull/1146
562 [#1175]: https://github.com/tokio-rs/tracing/pull/1175
563 [#1195]: https://github.com/tokio-rs/tracing/pull/1195
564 [#1222]: https://github.com/tokio-rs/tracing/pull/1222
572 [#1108]: https://github.com/tokio-rs/tracing/pull/1108
586 - Updated `tracing-core` to 0.1.17 ([#992])
598 [#994]: https://github.com/tokio-rs/tracing/pull/994
599 [#992]: https://github.com/tokio-rs/tracing/pull/992
600 [#987]: https://github.com/tokio-rs/tracing/pull/987
601 [#980]: https://github.com/tokio-rs/tracing/pull/980
602 [#981]: https://github.com/tokio-rs/tracing/pull/981
603 [#964]: https://github.com/tokio-rs/tracing/pull/964
604 [#808]: https://github.com/tokio-rs/tracing/pull/808
611 - Updated `tracing-core` to 0.1.15 (#943)
621 - Updated `tracing-core` to fix incorrect calculation of the global max level
639 - **log**: Fixed `tracing` macros and `Span`s not checking `log::max_level`
654 can now be used interchangably with the versions in `tracing-core` and
655 `tracing-subscriber` (#853)
658 - Updated the minimum `tracing-core` dependency to 0.1.12 (#853)
677 - **log**: Moved verbose span enter/exit log records to "tracing::span::active"
686 `tracing::field::debug` and `tracing::field::display` functions inside the
696 - Improved documentation on using `tracing` in async code (#769)
700 - Updated `tracing-core` dependency to 0.1.11
708 - Compiler error when `tracing-core/std` feature is enabled but `tracing/std` is
729 - **log**: When using the [`log`] compatibility feature alongside a `tracing`
831 - The `log` feature will now only cause `tracing` spans and events to emit log
874 - `tracing-core` dependency to 0.1.5 (#294)
875 - `tracing-attributes` dependency to 0.1.2 (#297)
907 - `tracing-core` minimum dependency version to 0.1.2 (#174).
913 - Fixed uses of deprecated `tracing-core` APIs (#174).
926 - Broken macro imports when used prefixed with `tracing::` (#152).