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

chore: prepare to release tracing-core v0.1.28 #2177

Merged
merged 1 commit into from Jun 24, 2022
Merged

Commits on Jun 23, 2022

  1. chore: prepare to release tracing-core v0.1.28

    # 0.1.28 (June 23, 2022)
    
    This release of `tracing-core` adds new `Value` implementations,
    including one for `String`, to allow recording `&String` as a value
    without having to call `as_str()` or similar, and for 128-bit integers
    (`i128` and `u128`). In addition, it adds new methods and trait
    implementations for `Subscriber`s.
    
    ### Added
    
    - `Value` implementation for `String` ([#2164])
    - `Value` implementation for `u128` and `i28` ([#2166])
    - `downcast_ref` and `is` methods for `dyn Subscriber + Sync`,
      `dyn Subscriber + Send`, and `dyn Subscriber + Send + Sync` ([#2160])
    - `Subscriber::event_enabled` method to enable filtering based on
      `Event` field
      values ([#2008])
    - `Subscriber` implementation for `Box<S: Subscriber + ?Sized>` and
      `Arc<S: Subscriber + ?Sized>` ([#2161])
    
    Thanks to @jswrenn and @CAD97 for contributing to this release!
    
    [#2164]: #2164
    [#2166]: #2166
    [#2160]: #2160
    [#2008]: #2008
    [#2161]: #2161
    hawkw committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    249dae9 View commit details
    Browse the repository at this point in the history