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.24 #1582

Merged
merged 1 commit into from
Sep 20, 2021
Merged

Commits on Sep 19, 2021

  1. subscriber: prepare to release 0.2.24

    # 0.2.24 (September 19, 2021)
    
    This release contains a number of bug fixes, including a fix for
    `tracing-subscriber` failing to compile on the minimum supported Rust
    version of 1.42.0. It also adds `IntoIterator` implementations for the
    `Targets` type.
    
    ### Fixed
    
    - Fixed compilation on Rust 1.42.0 ([#1580], [#1581])
    - **registry**: Ensure per-layer filter `enabled` state is cleared when
      a global filter short-circuits filter evaluation ([#1575])
    - **layer**: Fixed `Layer::on_layer` not being called for `Box`ed
      `Layer`s, which broke  per-layer filtering ([#1576])
    
    ### Added
    
    - **filter**: Added `Targets::iter`, returning an iterator over the set
      of target-level pairs enabled by a `Targets` filter ([#1574])
    - **filter**:  Added `IntoIterator` implementations for `Targets` and
      `&Targets` ([#1574])
    
    Thanks to new contributor @connec for contributing to this release!
    
    [#1580]: #1580
    [#1581]: #1581
    [#1575]: #1575
    [#1576]: #1576
    [#1574]: #1574
    hawkw committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    8f65176 View commit details
    Browse the repository at this point in the history