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.12 #970

Merged
merged 2 commits into from
Sep 9, 2020
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Sep 8, 2020

0.2.12 (September 8, 2020)

Fixed

  • env-filter: Fixed a regression where Option<Level> lost its
    Into<LevelFilter> impl (#966)
  • env-filter: Fixed EnvFilter enabling spans that should not be enabled
    when multiple subscribers are in use (#927)

Changed

  • json: format::Json now outputs fields in a more readable order (#892)
  • Updated tracing-core dependency to 0.1.16

Added

  • fmt: Add BoxMakeWriter for erasing the type of a MakeWriter
    implementation (#958)
  • fmt: Add TestWriter MakeWriter implementation to support libtest
    output capturing (#938)
  • layer: Add Layer impl for Option<T> where T: Layer (#910)
  • env-filter: Add From<Level> impl for Directive (#918)
  • Multiple documentation fixes and improvements

Thanks to @Pothulapati, @samrg472, @bryanburgers, @keetonian,
and @SriRamanujam for contributing to this release!

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Fixed

- **env-filter**: Fixed a regression where `Option<Level>` lost its
  `Into<LevelFilter>` impl ([#966])
- **env-filter**: Fixed `EnvFilter` enabling spans that should not be
  enabled when multiple subscribers are in use ([#927])

Changed

- **json**: `format::Json` now outputs fields in a more readable order
  ([#892])
- Updated `tracing-core` dependency to 0.1.16

Added

- **fmt**: Add `BoxMakeWriter` for erasing the type of a `MakeWriter`
  implementation ([#958])
- **fmt**: Add `TestWriter` `MakeWriter` implementation to support
  libtest output capturing ([#938])
- **layer**: Add `Layer` impl for `Option<T> where T: Layer` ([#910])
- **env-filter**: Add `From<Level>` impl for `Directive` ([#918])
- Multiple documentation fixes and improvements

Thanks to @Pothulapati, @samrg472, @bryanburgers, @keetonian, and
@SriRamanujam for contributing to this release!

[#927]: #927
[#966]: #966
[#958]: #958
[#892]: #892
[#938]: #938
[#910]: #910
[#918]: #918
@hawkw hawkw requested a review from a team as a code owner September 8, 2020 23:23
@hawkw hawkw merged commit 3dd5c03 into master Sep 9, 2020
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.

2 participants