Skip to content

Commit 950637d

Browse files
committed
subscriber: prepare to release v0.3.2
# 0.3.2 (Nov 19, 2021) ### Fixed - **fmt**: Fixed `MakeWriter` filtering not working with `BoxMakeWriter` ([#1694]) ### Added - **fmt**: `Writer::has_ansi_escapes` method to check if an output supports ANSI terminal formatting escape codes ([#1696]) - **fmt**: Added additional ANSI terminal formatting to field formatters when supported ([#1702]) - **fmt**: Added `FmtContext::span_scope`, `FmtContext::event_scope`, and `FmtContext::parent_span` methods for accessing the current span and its scope when formatting an event ([#1728]) - **fmt**: Improved documentation on implementing event formatters ([#1727]) [#1694]: #1694 [#1696]: #1696 [#1702]: #1702 [#1728]: #1728 [#1727]: #1727
1 parent e62e716 commit 950637d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

tracing-subscriber/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 0.3.2 (Nov 19, 2021)
2+
3+
### Fixed
4+
5+
- **fmt**: Fixed `MakeWriter` filtering not working with `BoxMakeWriter`
6+
([#1694])
7+
8+
### Added
9+
10+
- **fmt**: `Writer::has_ansi_escapes` method to check if an output supports ANSI
11+
terminal formatting escape codes ([#1696])
12+
- **fmt**: Added additional ANSI terminal formatting to field formatters when
13+
supported ([#1702])
14+
- **fmt**: Added `FmtContext::span_scope`, `FmtContext::event_scope`, and
15+
`FmtContext::parent_span` methods for accessing the current span and its scope
16+
when formatting an event ([#1728])
17+
- **fmt**: Improved documentation on implementing event formatters ([#1727])
18+
19+
[#1694]: https://github.com/tokio-rs/tracing/pull/1694
20+
[#1696]: https://github.com/tokio-rs/tracing/pull/1696
21+
[#1702]: https://github.com/tokio-rs/tracing/pull/1702
22+
[#1728]: https://github.com/tokio-rs/tracing/pull/1728
23+
[#1727]: https://github.com/tokio-rs/tracing/pull/1727
124
# 0.3.1 (Oct 25, 2021)
225

326
This release fixes a few issues related to feature flagging.

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

0 commit comments

Comments
 (0)