File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.0 (November 6, 2023)
2+
3+ While tracing-journald-0.4.0 does not contain any breaking _ code_ changes, this
4+ release disables the default features of ` tracing-subscriber ` .
5+
6+ ### Changed
7+
8+ - Disable default features of tracing-subscriber ([ #1476 ] )
9+
10+ ### Added
11+
12+ - Allow custom journal fields ([ #2708 ] )
13+
14+ ### Fixed
15+
16+ - Fix minimal-versions correctness ([ #2246 ] )
17+
18+ [ #1476 ] : https://github.com/tokio-rs/tracing/pull/1476
19+ [ #2708 ] : https://github.com/tokio-rs/tracing/pull/2708
20+ [ #2246 ] : https://github.com/tokio-rs/tracing/pull/2246
21+
122# 0.3.0 (April 21, 2022)
223
324This is a breaking release which changes the format in which span fields
Original file line number Diff line number Diff line change 11[package ]
22name = " tracing-journald"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44authors = [
" Benjamin Saunders <[email protected] >" ]
55edition = " 2018"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments