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

tracing-journald: prepare to release v0.3.0 #2085

Merged
merged 1 commit into from Apr 21, 2022
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Apr 21, 2022

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!

@hawkw hawkw requested a review from Ralith April 21, 2022 18:20
@hawkw hawkw requested a review from a team as a code owner April 21, 2022 18:20
# 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
@hawkw hawkw merged commit 63ce858 into v0.1.x Apr 21, 2022
@hawkw hawkw deleted the eliza/journald-0.3 branch April 21, 2022 19:53
@lights0123
Copy link

For anyone else looking back on this, the changes were in #1968 (the 6 and the 8 were transposed).

@hawkw
Copy link
Member Author

hawkw commented Apr 26, 2022

@lights0123

For anyone else looking back on this, the changes were in #1968 (the 6 and the 8 were transposed).

Whoops, my bad --- thanks for catching that! I'll fix the changelog.

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

3 participants