Skip to content
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

subscriber: prepare to release 0.3.5 #1810

Merged
merged 1 commit into from
Dec 30, 2021
Merged

subscriber: prepare to release 0.3.5 #1810

merged 1 commit into from
Dec 30, 2021

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Dec 30, 2021

0.3.5 (Dec 29, 2021)

This release re-enables RUST_LOG filtering in
tracing_subscriber::fmt's default initialization methods, and adds an
OffsetLocalTime formatter for using local timestamps with the time
crate.

Added

  • fmt: Added OffsetLocalTime formatter to fmt::time for
    formatting local timestamps with a fixed offset (#1772)

Fixed

  • fmt: Added a Targets filter to fmt::init() and
    fmt::try_init() when the "env-filter" feature is disabled, so that
    RUST_LOG is still honored (#1781)

Thanks to @marienz and @ishitatsuyuki for contributing to this release!

Motivation

Solution

# 0.3.5 (Dec 29, 2021)

This release re-enables `RUST_LOG` filtering in
`tracing_subscriber::fmt`'s default initialization methods, and adds an
`OffsetLocalTime` formatter for using local timestamps with the `time`
crate.

### Added

- **fmt**: Added `OffsetLocalTime` formatter to `fmt::time` for
  formatting local timestamps with a fixed offset ([#1772])

### Fixed

- **fmt**: Added a `Targets` filter to `fmt::init()` and
  `fmt::try_init()` when the "env-filter" feature is disabled, so that
  `RUST_LOG` is still honored ([#1781])

Thanks to @marienz and @ishitatsuyuki for contributing to this release!

[#1772]: #1772
[#1781]: #1781
@hawkw hawkw requested a review from a team as a code owner December 30, 2021 00:05
@hawkw hawkw merged commit 06914c1 into v0.1.x Dec 30, 2021
@hawkw hawkw deleted the eliza/subscriber-0.3.5 branch December 30, 2021 00:22
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.3.5 (Dec 29, 2021)

This release re-enables `RUST_LOG` filtering in
`tracing_subscriber::fmt`'s default initialization methods, and adds an
`OffsetLocalTime` formatter for using local timestamps with the `time`
crate.

### Added

- **fmt**: Added `OffsetLocalTime` formatter to `fmt::time` for
  formatting local timestamps with a fixed offset ([tokio-rs#1772])

### Fixed

- **fmt**: Added a `Targets` filter to `fmt::init()` and
  `fmt::try_init()` when the "env-filter" feature is disabled, so that
  `RUST_LOG` is still honored ([tokio-rs#1781])

Thanks to @marienz and @ishitatsuyuki for contributing to this release!

[tokio-rs#1772]: tokio-rs#1772
[tokio-rs#1781]: tokio-rs#1781
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant