Skip to content

Commit c60d95a

Browse files
committed
chore: prepare tracing-appender 0.2.4
# 0.2.4 (November 26, 2025) ### Added - Prune old files at startup ([#2966]) - Add fallback to file creation date ([#3000]) - Introduce weekly rotation ([#3218]) ### Fixed - Fix `max_files` integer underflow when set to zero ([#3348]) ### Documented - Update tracing-appender docs link to correct docs.rs URL ([#3325]) [#2966]: https://github.com/tokio-rs/tracing/pull/#2966 [#3000]: https://github.com/tokio-rs/tracing/pull/#3000 [#3218]: https://github.com/tokio-rs/tracing/pull/#3218 [#3325]: https://github.com/tokio-rs/tracing/pull/#3325 [#3348]: https://github.com/tokio-rs/tracing/pull/#3348 # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Tue Nov 25 12:06:02 2025 +0100 # # On branch hds/tracing-appender-0.2.4 # Your branch is up to date with 'origin/hds/tracing-appender-0.2.4'. # # Changes to be committed: # modified: tracing-appender/CHANGELOG.md # modified: tracing-appender/Cargo.toml # modified: tracing-appender/README.md # # Untracked files: # backport-2025-01.txt # backport-2025-05.txt # backup-Cargo.lock # commit-msg # dingxiangfei-patch2.diff # justfile # tracing_subscriber.d #
1 parent a9eeed7 commit c60d95a

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

tracing-appender/CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 0.2.4 (November 26, 2025)
2+
3+
### Added
4+
5+
- Prune old files at startup ([#2966])
6+
- Add fallback to file creation date ([#3000])
7+
- Introduce weekly rotation ([#3218])
8+
9+
### Fixed
10+
11+
- Fix `max_files` integer underflow when set to zero ([#3348])
12+
13+
### Documented
14+
15+
- Update tracing-appender docs link to correct docs.rs URL ([#3325])
16+
17+
[#2966]: https://github.com/tokio-rs/tracing/pull/#2966
18+
[#3000]: https://github.com/tokio-rs/tracing/pull/#3000
19+
[#3218]: https://github.com/tokio-rs/tracing/pull/#3218
20+
[#3325]: https://github.com/tokio-rs/tracing/pull/#3325
21+
[#3348]: https://github.com/tokio-rs/tracing/pull/#3348
22+
123
# 0.2.3 (November 13, 2023)
224

325
This release contains several new features. It also increases the
@@ -134,4 +156,4 @@ to this release!
134156

135157
# 0.1.0 (May 5, 2020)
136158

137-
- Initial release
159+
- Initial release

tracing-appender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-appender"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = [
55
"Zeki Sherif <[email protected]>",
66
"Tokio Contributors <[email protected]>"

tracing-appender/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Writers for logging events and spans
1616
[Documentation][docs-url] | [Chat][discord-url]
1717

1818
[crates-badge]: https://img.shields.io/crates/v/tracing-appender.svg
19-
[crates-url]: https://crates.io/crates/tracing-appender/0.2.2
19+
[crates-url]: https://crates.io/crates/tracing-appender/0.2.4
2020
[docs-badge]: https://docs.rs/tracing-appender/badge.svg
21-
[docs-url]: https://docs.rs/tracing-appender/0.2.2
21+
[docs-url]: https://docs.rs/tracing-appender/0.2.4
2222
[docs-v0.2.x-badge]: https://img.shields.io/badge/docs-v0.2.x-blue
2323
[docs-v0.2.x-url]: https://docs.rs/tracing-appender/
2424
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg

0 commit comments

Comments
 (0)