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.3.7 #1860

Merged
merged 1 commit into from Jan 25, 2022
Merged

subscriber: prepare to release v0.3.7 #1860

merged 1 commit into from Jan 25, 2022

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Jan 25, 2022

0.3.7 (Jan 25, 2022)

This release adds combinators for combining filters.

Additionally, this release also updates the thread-local crate to
v1.1.4, fixing warnings for the security advisory RUSTSEC-2022-0006.
Note that previous versions of tracing-subscriber did not use any of
the thread-local crate's APIs effected by the vulnerability. However,
updating the version fixes warnings emitted by cargo audit and similar
tools.

Added

  • filter: Added combinators for combining filters (#1578)

Fixed

  • registry: Updated thread-local to v1.1.4 (#1858)

Thanks to new contributor @matze for contributing to this release!

# 0.3.7 (Jan 25, 2022)

This release adds combinators for combining filters.

Additionally, this release also updates the `thread-local` crate to
v1.1.4, fixing warnings for the security advisory [RUSTSEC-2022-0006].
Note that previous versions of `tracing-subscriber` did not use any of
the `thread-local` crate's APIs effected by the vulnerability. However,
updating the version fixes warnings emitted by `cargo audit` and similar
tools.

### Added

- **filter**: Added combinators for combining filters ([#1578])

### Fixed

- **registry**: Updated `thread-local` to v1.1.4 ([#1858])

Thanks to new contributor @matze for contributing to this release!

[RUSTSEC-2022-0006]: https://rustsec.org/advisories/RUSTSEC-2022-0006
[#1578]: #1578
[#1858]: #1858
@hawkw hawkw requested a review from a team as a code owner January 25, 2022 18:37
@hawkw hawkw enabled auto-merge (squash) January 25, 2022 20:19
@hawkw hawkw merged commit 24ee184 into v0.1.x Jan 25, 2022
@hawkw hawkw deleted the eliza/subscriber-0.3.7 branch January 25, 2022 20:19
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.3.7 (Jan 25, 2022)

This release adds combinators for combining filters.

Additionally, this release also updates the `thread-local` crate to
v1.1.4, fixing warnings for the security advisory [RUSTSEC-2022-0006].
Note that previous versions of `tracing-subscriber` did not use any of
the `thread-local` crate's APIs effected by the vulnerability. However,
updating the version fixes warnings emitted by `cargo audit` and similar
tools.

### Added

- **filter**: Added combinators for combining filters ([tokio-rs#1578])

### Fixed

- **registry**: Updated `thread-local` to v1.1.4 ([tokio-rs#1858])

Thanks to new contributor @matze for contributing to this release!

[RUSTSEC-2022-0006]: https://rustsec.org/advisories/RUSTSEC-2022-0006
[tokio-rs#1578]: tokio-rs#1578
[tokio-rs#1858]: tokio-rs#1858
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