-
Notifications
You must be signed in to change notification settings - Fork 887
chore: prepare tracing-appender 0.2.3 release #2790
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
Changes from 12 commits
7d0a977
0a759ed
7346ebc
c6799f5
74679f7
b63abe3
69fbc3e
270b48d
a12e122
c486633
764d011
9e935ed
96c6b87
79aceda
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,37 @@ | ||
| # 0.2.3 (November 13, 2023) | ||
|
|
||
| This release contains several new features. It also increases the | ||
| minimum supported Rust version (MSRV) to Rust 1.63.0. | ||
|
|
||
| ### Added | ||
|
|
||
| - **rolling**: add option to automatically delete old log files ([#2323]) | ||
| - **non_blocking**: allow worker thread name to be configured ([#2365]) | ||
| - **rolling**: add a builder for constructing `RollingFileAppender`s ([#2227]) | ||
| - **rolling**: add `Builder::filename_suffix` parameter ([#2225]) | ||
| - **non_blocking**: remove Sync bound from writer for NonBlocking ([#2607]) | ||
| - **non_blocking**: name spawned threads ([#2219]) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this feels like "added" to me, but your mileage may vary 🤷♀️
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suppose it's |
||
|
|
||
| ### Fixed | ||
|
|
||
| - Fixed several documentation typos and issues ([#2689], [#2375]) | ||
|
|
||
| ### Changed | ||
|
|
||
| - Increased minimum supported Rust version (MSRV) to 1.63.0+ ([#2793]) | ||
| - Increased minimum `tracing-subscriber` version to 0.3.18 ([#2790]) | ||
|
|
||
hawkw marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| [#2323]: https://github.com/tokio-rs/tracing/pull/2323 | ||
| [#2365]: https://github.com/tokio-rs/tracing/pull/2365 | ||
| [#2227]: https://github.com/tokio-rs/tracing/pull/2227 | ||
| [#2225]: https://github.com/tokio-rs/tracing/pull/2225 | ||
| [#2607]: https://github.com/tokio-rs/tracing/pull/2607 | ||
| [#2219]: https://github.com/tokio-rs/tracing/pull/2219 | ||
| [#2689]: https://github.com/tokio-rs/tracing/pull/2689 | ||
| [#2375]: https://github.com/tokio-rs/tracing/pull/2375 | ||
| [#2793]: https://github.com/tokio-rs/tracing/pull/2793 | ||
| [#2790]: https://github.com/tokio-rs/tracing/pull/2790 | ||
|
|
||
| # 0.2.2 (March 17, 2022) | ||
|
|
||
| This release fixes a bug in `RollingFileAppender` that could result | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.