|
| 1 | +# 0.3.18 (November 13, 2023) |
| 2 | + |
| 3 | +This release of `tracing-subscriber` adds support for the [`NO_COLOR`] environment |
| 4 | +variable (an informal standard to disable emitting ANSI color escape codes) in |
| 5 | +`fmt::Layer`, reintroduces support for the [`chrono`] crate, and increases the |
| 6 | +minimum supported Rust version (MSRV) to Rust 1.63.0. |
| 7 | + |
| 8 | +It also introduces several minor API improvements. |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +- **chrono**: Add [`chrono`] implementations of `FormatTime` ([#2690]) |
| 13 | +- **subscriber**: Add support for the [`NO_COLOR`] environment variable in |
| 14 | +`fmt::Layer` ([#2647]) |
| 15 | +- **fmt**: make `format::Writer::new()` public ([#2680]) |
| 16 | +- **filter**: Implement `layer::Filter` for `Option<Filter>` ([#2407]) |
| 17 | + |
| 18 | +### Changed |
| 19 | + |
| 20 | +- **log**: bump version of `tracing-log` to 0.2 ([#2772]) |
| 21 | +- Increased minimum supported Rust version (MSRV) to 1.63.0+. |
| 22 | + |
| 23 | +[`chrono`]: https://github.com/chronotope/chrono |
| 24 | +[`NO_COLOR`]: https://no-color.org/ |
| 25 | +[#2690]: https://github.com/tokio-rs/tracing/pull/2690 |
| 26 | +[#2647]: https://github.com/tokio-rs/tracing/pull/2647 |
| 27 | +[#2680]: https://github.com/tokio-rs/tracing/pull/2680 |
| 28 | +[#2407]: https://github.com/tokio-rs/tracing/pull/2407 |
| 29 | +[#2772]: https://github.com/tokio-rs/tracing/pull/2772 |
| 30 | + |
| 31 | +Thanks to @shayne-fletcher, @dmlary, @kaifastromai, and @jsgf for contributing! |
| 32 | + |
1 | 33 | # 0.3.17 (April 21, 2023)
|
2 | 34 |
|
3 | 35 | This release of `tracing-subscriber` fixes a build error when using `env-filter`
|
|
0 commit comments