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.25 #1622

Merged
merged 1 commit into from
Oct 5, 2021
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Oct 5, 2021

0.2.25 (October 5, 2021)

This release fixes an issue where a Layer implementation's custom
downcast_raw implementation was lost when wrapping that layer with a
per-layer filter.

Fixed

  • registry: Forward Filtered::downcast_raw to wrapped Layer
    (#1619)

Added

Thanks to @bryanburgers for contributing to this release!

# 0.2.25 (October 5, 2021)

This release fixes an issue where a `Layer` implementation's custom
`downcast_raw` implementation was lost when wrapping that layer with a
per-layer filter.

### Fixed

- **registry**: Forward `Filtered::downcast_raw` to wrapped `Layer`
  ([#1619])

### Added

- Documentation improvements ([#1596], [#1601])

Thanks to @bryanburgers for contributing to this release!

[#1619]: #1619
[#1601]: #1601
[#1596]: #1596
@hawkw hawkw requested a review from a team as a code owner October 5, 2021 21:21
@hawkw hawkw merged commit 6692aaf into v0.1.x Oct 5, 2021
@hawkw hawkw deleted the eliza/subscriber-0.2.25 branch October 5, 2021 22:39
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.2.25 (October 5, 2021)

This release fixes an issue where a `Layer` implementation's custom
`downcast_raw` implementation was lost when wrapping that layer with a
per-layer filter.

### Fixed

- **registry**: Forward `Filtered::downcast_raw` to wrapped `Layer`
  ([tokio-rs#1619])

### Added

- Documentation improvements ([tokio-rs#1596], [tokio-rs#1601])

Thanks to @bryanburgers for contributing to this release!

[tokio-rs#1619]: tokio-rs#1619
[tokio-rs#1601]: tokio-rs#1601
[tokio-rs#1596]: tokio-rs#1596
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.

1 participant