You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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]: #1368
0 commit comments