-
Notifications
You must be signed in to change notification settings - Fork 721
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
chore: prepare a bunch of releases #2749
Changes from all commits
348ac2d
055476b
dc33aba
6e8fe57
3f52b77
b24d546
ecb3021
734b7de
7e9044b
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,27 @@ | ||||||||||||||||||||||||||||||||||||||||||
# 0.2.3 (October 12, 2023) | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
This release has a large number of changes to `tracing-appender`: | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
### Added | ||||||||||||||||||||||||||||||||||||||||||
- **non_blocking**: -Name spawned worker thread [#2219] | ||||||||||||||||||||||||||||||||||||||||||
- **non_blocking**: Allow worker thread name to be configured [#2365] | ||||||||||||||||||||||||||||||||||||||||||
- **rolling**: `RollingFileAppender::builder` for configuring `RollingFileAppender`s [#2227] | ||||||||||||||||||||||||||||||||||||||||||
- **rolling**: `Builder::filename_suffix` method to configure the suffix for log files [#2225] | ||||||||||||||||||||||||||||||||||||||||||
- **rolling**: `Builder::max_log_files` method to enable automatically deleting old log files [#2323] | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
### Documented | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
- **rolling**: Clarify file appender docs [#2689] | ||||||||||||||||||||||||||||||||||||||||||
- **rolling**: Fix typo in RollingFileAppender docs [#2375] | ||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+6
to
+15
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. nit: can we put parens around the issue links as well, the way we do in the other changelog entries? sorry.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
[#2219]: https://github.com/tokio-rs/tracing/pull/2674 | ||||||||||||||||||||||||||||||||||||||||||
[#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 | ||||||||||||||||||||||||||||||||||||||||||
[#2323]: https://github.com/tokio-rs/tracing/pull/2323 | ||||||||||||||||||||||||||||||||||||||||||
[#2689]: https://github.com/tokio-rs/tracing/pull/2689 | ||||||||||||||||||||||||||||||||||||||||||
[#2375]: https://github.com/tokio-rs/tracing/pull/2375 | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
# 0.2.2 (March 17, 2022) | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
This release fixes a bug in `RollingFileAppender` that could result | ||||||||||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,3 +1,18 @@ | ||||||||||||||||||||||||||
# 0.1.27 (October 12, 2023) | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
### Changed | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
- bump minimum version of proc-macro2 to 1.0.60 [#2732] | ||||||||||||||||||||||||||
- generate less dead code for async block return type hint [#2709] | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
### Fixed | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
- fix instrument with "log" feature [#2599] | ||||||||||||||||||||||||||
Comment on lines
+5
to
+10
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.
Suggested change
|
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
[#2732]: https://github.com/tokio-rs/tracing/pull/2732 | ||||||||||||||||||||||||||
[#2709]: https://github.com/tokio-rs/tracing/pull/2709 | ||||||||||||||||||||||||||
[#2599]: https://github.com/tokio-rs/tracing/pull/2599 | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
# 0.1.26 (June 21th, 2023) | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
This release of `tracing-attributes` fixes warnings due to `allow` attributes in | ||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,3 +1,18 @@ | ||||||||||||||||||||||||||
# 0.1.32 (October 12, 2023) | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
### Documented | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
- Fix typo in `field` docs [#2611] | ||||||||||||||||||||||||||
- Remove duplicate wording [#2674] | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
### Changed | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
- Allow `ValueSet`s of any length [#2508] | ||||||||||||||||||||||||||
Comment on lines
+5
to
+10
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.
Suggested change
|
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
[#2611]: https://github.com/tokio-rs/tracing/pull/2611 | ||||||||||||||||||||||||||
[#2674]: https://github.com/tokio-rs/tracing/pull/2674 | ||||||||||||||||||||||||||
[#2508]: https://github.com/tokio-rs/tracing/pull/2508 | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
# 0.1.31 (May 11, 2023) | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
This release of `tracing-core` fixes a bug that caused threads which call | ||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,3 +1,16 @@ | ||||||||||||||||||||||
# 0.2.0 (October 12, 2023) | ||||||||||||||||||||||
|
||||||||||||||||||||||
### Breaking Changes | ||||||||||||||||||||||
|
||||||||||||||||||||||
- Update env_logger to 0.10 from 0.7 to fix GHSA-g98v-hv3f-hcfr [#2740] | ||||||||||||||||||||||
|
||||||||||||||||||||||
### Fixed | ||||||||||||||||||||||
|
||||||||||||||||||||||
- Fix minimal-versions correctness [#2246] | ||||||||||||||||||||||
Comment on lines
+5
to
+9
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.
Suggested change
|
||||||||||||||||||||||
|
||||||||||||||||||||||
[#2740]: https://github.com/tokio-rs/tracing/pull/2740 | ||||||||||||||||||||||
[#2246]: https://github.com/tokio-rs/tracing/pull/2246 | ||||||||||||||||||||||
|
||||||||||||||||||||||
# 0.1.3 (April 21st, 2022) | ||||||||||||||||||||||
|
||||||||||||||||||||||
### Added | ||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tracing-log" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
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 needs to be a breaking change release due to https://github.com/tokio-rs/tracing/pull/2740[)](https://github.com/tokio-rs/tracing/commit/e1a384648ad4ede609598662e48bb436f845fcdc) |
||
authors = ["Tokio Contributors <team@tokio.rs>"] | ||
edition = "2018" | ||
repository = "https://github.com/tokio-rs/tracing" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 0.1.0 (October 12, 2023) | ||
|
||
- Initial release. |
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,3 +1,22 @@ | ||||||||||||||||||||||||||||||||||
# 0.3.18 (October 12, 2023) | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### Added | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
- **filter**: Implement `layer::Filter` for `Option<Filter>` [#2407] | ||||||||||||||||||||||||||||||||||
- **fmt**: Add Chrono implementations for `FormatTime` [#2690] | ||||||||||||||||||||||||||||||||||
- **fmt**: Support the `NO_COLOR` environment variable for determining whether `fmt::Layer` should emit ANSI color escape codes [#2647] | ||||||||||||||||||||||||||||||||||
- **fmt**: make `format::Writer::new()` public [#2680] | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### Documented | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
- Document `registry` feature requirement for `fmt` feature [#2590] | ||||||||||||||||||||||||||||||||||
Comment on lines
+5
to
+12
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.
Suggested change
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
[#2407]: https://github.com/tokio-rs/tracing/pull/2407 | ||||||||||||||||||||||||||||||||||
[#2690]: https://github.com/tokio-rs/tracing/pull/2690 | ||||||||||||||||||||||||||||||||||
[#2647]: https://github.com/tokio-rs/tracing/pull/2647 | ||||||||||||||||||||||||||||||||||
[#2590]: https://github.com/tokio-rs/tracing/pull/2590 | ||||||||||||||||||||||||||||||||||
[#2680]: https://github.com/tokio-rs/tracing/pull/2680 | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
# 0.3.17 (April 21, 2023) | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
This release of `tracing-subscriber` fixes a build error when using `env-filter` | ||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,3 +1,34 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
# 0.1.39 (October 12, 2023) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
### Added | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Allow constant field names in macros [#2617] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Allow setting event names in macros [#2699] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Allow `ValueSet`s of any length [#2508] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
### Fixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Use fully qualified names in macros for items exported from std prelude [#2621] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
### Documented | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Add `axum-insights` to relevant crates. [#2713] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Fix link to RAI pattern crate documentation [#2612] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Fix docs typos and warnings [#2581] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Add `clippy-tracing` to related crates [#2628] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Add `tracing-cloudwatch` to related crates [#2667] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Fix deadlink to `tracing-etw` repo [#2602] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+5
to
+21
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.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[#2617]: https://github.com/tokio-rs/tracing/pull/2617 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[#2699]: https://github.com/tokio-rs/tracing/pull/2699 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[#2508]: https://github.com/tokio-rs/tracing/pull/2508 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[#2621]: https://github.com/tokio-rs/tracing/pull/2621 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[#2713]: https://github.com/tokio-rs/tracing/pull/2713 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[#2581]: https://github.com/tokio-rs/tracing/pull/2581 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[#2628]: https://github.com/tokio-rs/tracing/pull/2628 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[#2667]: https://github.com/tokio-rs/tracing/pull/2667 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[#2602]: https://github.com/tokio-rs/tracing/pull/2602 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
# 0.1.38 (April 25th, 2023) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This `tracing` release changes the `Drop` implementation for `Instrumented` | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.