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 v0.2.20 #1514

Merged
merged 3 commits into from Aug 17, 2021
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Aug 17, 2021

0.2.20 (August 17, 2021)

Fixed

  • fmt: Fixed fmt printing only the first source for errors with
    a chain of sources (#1460)
  • fmt: Fixed missing space between level and event in the Pretty
    formatter (#1498)
  • json: Fixed Json formatter not honoring without_time and
    with_level configurations (#1463)

Added

  • registry: Improved panic message when cloning a span whose ID
    doesn't exist, to aid in debugging issues with multiple subscribers
    (#1483)
  • registry: Improved documentation on span ID generation (#1453)

Thanks to new contributors @joshtriplett and @lerouxrgd, and returning
contributor @teozkr, for contributing to this release!

@hawkw hawkw requested a review from a team as a code owner August 17, 2021 22:18
# 0.2.20 (August 17, 2021)
### Fixed

- **fmt**: Fixed `fmt` printing only the first `source` for errors with
  a chain of sources ([#1460])
- **fmt**: Fixed missing space between level and event in the `Pretty`
  formatter ([#1498])
- **json**: Fixed `Json` formatter not honoring `without_time` and
  `with_level` configurations ([#1463])

### Added

- **registry**: Improved panic message when cloning a span whose ID
  doesn't exist, to aid in debugging issues with multiple subscribers
  ([#1483])
- **registry**: Improved documentation on span ID generation ([#1453])

Thanks to new contributors @joshtriplett and @lerouxgd, and returning
contributor @teozkr, for contributing to this release!

[#1460]: #1460
[#1483]: #1483
[#1463]: #1463
[#1453]: #1453
@hawkw hawkw merged commit 26506d5 into v0.1.x Aug 17, 2021
@hawkw hawkw deleted the eliza/subscriber-0.2.20 branch August 17, 2021 23:10
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