|
| 1 | +# 0.3.19 (November 29, 2024) |
| 2 | + |
| 3 | +[ [crates.io][crate-0.3.19] ] | [ [docs.rs][docs-0.3.19] ] |
| 4 | + |
| 5 | +This release updates the `tracing` dependency to [v0.1.41][tracing-0.1.41] and |
| 6 | +the `tracing-serde` dependency to [v0.2.0][tracing-serde-0.2.0]. |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +- Add `set_span_events` to `fmt::Subscriber` ([#2962]) |
| 11 | +- **tracing**: Allow `&[u8]` to be recorded as event/span field ([#2954]) |
| 12 | + |
| 13 | +### Changed |
| 14 | + |
| 15 | +- Set `log` max level when reloading ([#1270]) |
| 16 | +- Bump MSRV to 1.63 ([#2793]) |
| 17 | +- Use const `thread_local`s when possible ([#2838]) |
| 18 | +- Don't gate `with_ansi()` on the "ansi" feature ([#3020]) |
| 19 | +- Updated tracing-serde to 0.2.0 ([#3160]) |
| 20 | + |
| 21 | +[#1270]: https://github.com/tokio-rs/tracing/pull/1270 |
| 22 | +[#2793]: https://github.com/tokio-rs/tracing/pull/2793 |
| 23 | +[#2838]: https://github.com/tokio-rs/tracing/pull/2838 |
| 24 | +[#2962]: https://github.com/tokio-rs/tracing/pull/2962 |
| 25 | +[#3020]: https://github.com/tokio-rs/tracing/pull/3020 |
| 26 | +[#3160]: https://github.com/tokio-rs/tracing/pull/3160 |
| 27 | +[tracing-0.1.41]: |
| 28 | + https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.41 |
| 29 | +[tracing-serde-0.2.0]: |
| 30 | + https://github.com/tokio-rs/tracing/releases/tag/tracing-serde-0.2.0 |
| 31 | +[docs-0.3.19]: https://docs.rs/tracing-subscriber/0.3.19/tracing_subscriber/ |
| 32 | +[crate-0.3.19]: https://crates.io/crates/tracing-subscriber/0.3.19 |
| 33 | + |
1 | 34 | # 0.3.18 (November 13, 2023)
|
2 | 35 |
|
3 | 36 | This release of `tracing-subscriber` adds support for the [`NO_COLOR`] environment
|
|
0 commit comments