Commit c4139d6
committed
subscriber: prepare to release 0.2.18
# 0.2.18 (April 30, 2021)
### Deprecated
- Deprecated the `CurrentSpan` type, which is inefficient and largely
superseded by the `registry` API ([#1321])
### Fixed
- **json**: Invalid JSON emitted for events in spans with no fields
([#1333])
- **json**: Missing span data for synthesized new span, exit, and close
events ([#1334])
- **fmt**: Extra space before log lines when timestamps are disabled
([#1355])
### Added
- **env-filter**: Support for filters on spans whose names contain any
characters other than `{` and `]` ([#1368])
Thanks to @Folyd, and new contributors @akinnane and @aym-v for
contributing to this release!
[#1321]: #1321
[#1333]: #1333
[#1334]: #1334
[#1355]: #1355
[#1368]: #13681 parent 8d428b2 commit c4139d6
File tree
4 files changed
+33
-5
lines changed- tracing-subscriber
- src
4 files changed
+33
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
2 | 30 | | |
3 | 31 | | |
4 | 32 | | |
| |||
24 | 52 | | |
25 | 53 | | |
26 | 54 | | |
27 | | - | |
| 55 | + | |
28 | 56 | | |
29 | 57 | | |
30 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments