Skip to content

Commit 63ce858

Browse files
authored
tracing-journald: prepare to release v0.3.0 (#2085)
# 0.3.0 (April 21, 2022) This is a breaking release which changes the format in which span fields are output to `journald`. Previously, span field names were prefixed with the depth of the span in the current trace tree. However, these prefixes are unnecessary, as `journald` has built in support for duplicated field names. See PR [#1986] for details on this change. ## Changed - Removed span field prefixes ([#1986]) - Renamed `S{num}_NAME` fields to `SPAN_NAME ([#1986]) ### Fixed - Fixed broken links in documentation ([#2077]) Thanks to @wiktorsikora and @ben0x539 for contributing to this release! [#1986]: #1986 [#2077]: #2077
1 parent c8a2bb2 commit 63ce858

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

tracing-journald/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 0.3.0 (April 21, 2022)
2+
3+
This is a breaking release which changes the format in which span fields
4+
are output to `journald`. Previously, span field names were prefixed with the
5+
depth of the span in the current trace tree. However, these prefixes are
6+
unnecessary, as `journald` has built in support for duplicated field names.
7+
8+
See PR [#1986] for details on this change.
9+
10+
## Changed
11+
12+
- Removed span field prefixes ([#1986])
13+
- Renamed `S{num}_NAME` fields to `SPAN_NAME` ([#1986])
14+
15+
### Fixed
16+
17+
- Fixed broken links in documentation ([#2077])
18+
19+
Thanks to @wiktorsikora and @ben0x539 for contributing to this release!
20+
21+
[#1986]: https://github.com/tokio-rs/tracing/pull/1986
22+
[#2077]: https://github.com/tokio-rs/tracing/pull/2077
23+
124
# 0.2.4 (March 17, 2022)
225

326
### Fixed

tracing-journald/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-journald"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
authors = ["Benjamin Saunders <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)