|
| 1 | +# 0.2.3 (November 13, 2023) |
| 2 | + |
| 3 | +This release contains several new features. It also increases the |
| 4 | +minimum supported Rust version (MSRV) to Rust 1.63.0. |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +- **rolling**: add option to automatically delete old log files ([#2323]) |
| 9 | +- **non_blocking**: allow worker thread name to be configured ([#2365]) |
| 10 | +- **rolling**: add a builder for constructing `RollingFileAppender`s ([#2227]) |
| 11 | +- **rolling**: add `Builder::filename_suffix` parameter ([#2225]) |
| 12 | +- **non_blocking**: remove `Sync` bound from writer for `NonBlocking` ([#2607]) |
| 13 | +- **non_blocking**: name spawned threads ([#2219]) |
| 14 | + |
| 15 | +### Fixed |
| 16 | + |
| 17 | +- Fixed several documentation typos and issues ([#2689], [#2375]) |
| 18 | + |
| 19 | +### Changed |
| 20 | + |
| 21 | +- Increased minimum supported Rust version (MSRV) to 1.63.0+ ([#2793]) |
| 22 | +- Updated minimum `tracing-subscriber` version to [0.3.18][subscriber-v0.3.18] ([#2790]) |
| 23 | + |
| 24 | +[subscriber-v0.3.18]: https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.18 |
| 25 | +[#2323]: https://github.com/tokio-rs/tracing/pull/2323 |
| 26 | +[#2365]: https://github.com/tokio-rs/tracing/pull/2365 |
| 27 | +[#2227]: https://github.com/tokio-rs/tracing/pull/2227 |
| 28 | +[#2225]: https://github.com/tokio-rs/tracing/pull/2225 |
| 29 | +[#2607]: https://github.com/tokio-rs/tracing/pull/2607 |
| 30 | +[#2219]: https://github.com/tokio-rs/tracing/pull/2219 |
| 31 | +[#2689]: https://github.com/tokio-rs/tracing/pull/2689 |
| 32 | +[#2375]: https://github.com/tokio-rs/tracing/pull/2375 |
| 33 | +[#2793]: https://github.com/tokio-rs/tracing/pull/2793 |
| 34 | +[#2790]: https://github.com/tokio-rs/tracing/pull/2790 |
| 35 | + |
1 | 36 | # 0.2.2 (March 17, 2022)
|
2 | 37 |
|
3 | 38 | This release fixes a bug in `RollingFileAppender` that could result
|
|
0 commit comments