Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subscriber: prepare to release 0.2.18 #1384

Merged
merged 1 commit into from May 1, 2021
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Apr 30, 2021

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!

# 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
@hawkw hawkw requested a review from a team as a code owner April 30, 2021 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants