Skip to content

Commit 405397b

Browse files
authored
chore: prepare tracing-appender 0.2.4 (#3420)
# 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
1 parent a9eeed7 commit 405397b

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 <zekshi@amazon.com>",
66
"Tokio Contributors <team@tokio.rs>"

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)