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

journald: prepare to release 0.2.1 #1811

Merged
merged 2 commits into from
Dec 30, 2021
Merged

journald: prepare to release 0.2.1 #1811

merged 2 commits into from
Dec 30, 2021

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Dec 30, 2021

0.2.1 (December 29, 2021)

This release improves how tracing-journald communicates with journald,
including the handling of large payloads.

Added

  • Use an unconnected socket, so that logging can resume after a journald
    restart (#1758)

Fixed

  • Fixed string values being written using fmt::Debug (#1714)
  • Fixed EMSGSIZE when log entries exceed a certain size (#1744)

A huge thank-you to new contributor @lunaryorn, for contributing all of the
changes in this release!

# 0.2.1 (December 29, 2021)

This release improves how `tracing-journald` communicates with `journald`,
including the handling of large payloads.

### Added

- Use an unconnected socket, so that logging can resume after a `journald`
  restart ([#1758])

### Fixed

- Fixed string values being written using `fmt::Debug` ([#1714])
- Fixed `EMSGSIZE` when log entries exceed a certain size ([#1744])

A huge thank-you to new contributor @lunaryorn, for contributing all of the
changes in this release!

[#1714]: #1714
[#1744]: #1744
[#1758]: #1758
@hawkw hawkw requested a review from a team as a code owner December 30, 2021 00:19
@hawkw
Copy link
Member Author

hawkw commented Dec 30, 2021

I also added changelog entries for previous releases, since the changelog was incorrect --- it seems to have been accidentally copied from tracing-attributes? Whoops!

@hawkw hawkw merged commit 1413148 into v0.1.x Dec 30, 2021
@hawkw hawkw deleted the eliza/journald-0.2.1 branch December 30, 2021 00:26
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.2.1 (December 29, 2021)

This release improves how `tracing-journald` communicates with `journald`,
including the handling of large payloads.

### Added

- Use an unconnected socket, so that logging can resume after a `journald`
  restart ([tokio-rs#1758])

### Fixed

- Fixed string values being written using `fmt::Debug` ([tokio-rs#1714])
- Fixed `EMSGSIZE` when log entries exceed a certain size ([tokio-rs#1744])

A huge thank-you to new contributor @lunaryorn, for contributing all of the
changes in this release!

[tokio-rs#1714]: tokio-rs#1714
[tokio-rs#1744]: tokio-rs#1744
[tokio-rs#1758]: tokio-rs#1758
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

1 participant