Skip to content

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 davidbarsky September 8, 2020 23:23
@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
@jplatte jplatte deleted the eliza/subscriber-0.2.12 branch June 3, 2025 09:14
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.

3 participants