Skip to content

Commit 4365448

Browse files
hawkwkaffarell
authored andcommitted
subscriber: prepare to release 0.3.5 (tokio-rs#1810)
# 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
1 parent b660f36 commit 4365448

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

tracing-subscriber/CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
# 0.3.4 (Dec 23, 2021)
1+
# 0.3.5 (Dec 29, 2021)
2+
3+
This release re-enables `RUST_LOG` filtering in `tracing_subscriber::fmt`'s
4+
default initialization methods, and adds an `OffsetLocalTime` formatter for
5+
using local timestamps with the `time` crate.
6+
7+
### Added
8+
9+
- **fmt**: Added `OffsetLocalTime` formatter to `fmt::time` for formatting local
10+
timestamps with a fixed offset ([#1772])
11+
12+
### Fixed
13+
14+
- **fmt**: Added a `Targets` filter to `fmt::init()` and `fmt::try_init()` when
15+
the "env-filter" feature is disabled, so that `RUST_LOG` is still honored
16+
([#1781])
17+
18+
Thanks to @marienz and @ishitatsuyuki for contributing to this release!
19+
20+
[#1772]: https://github.com/tokio-rs/tracing/pull/1772
21+
[#1781]: https://github.com/tokio-rs/tracing/pull/1781
22+
23+
# 0.3.4 (Dec 23, 2021)
224

325
This release contains bugfixes for the `fmt` module, as well as documentation
426
improvements.

tracing-subscriber/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-subscriber"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
authors = [
55
"Eliza Weisman <eliza@buoyant.io>",
66
"David Barsky <me@davidbarsky.com>",

0 commit comments

Comments
 (0)