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

tracing: prepare to releases v0.1.35 #2156

Merged
merged 2 commits into from Jun 8, 2022
Merged

tracing: prepare to releases v0.1.35 #2156

merged 2 commits into from Jun 8, 2022

Commits on Jun 7, 2022

  1. tracing: prepare to releases v0.1.35

    # 0.1.35 (June 7, 2022)
    
    This release reduces the overhead of callsite registration by using new
    `tracing-core` APIs.
    
    ### Added
    
    - Use `DefaultCallsite` to reduce callsite registration overhead
      ([#2083])
    
    ### Changed
    
    - `tracing-core`: updated to [0.1.27][core-0.1.27]
    
    [core-0.1.27]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.27
    [#2088]: #2083
    hawkw committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2cb6f81 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Update CHANGELOG.md

    hawkw committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    7e665a9 View commit details
    Browse the repository at this point in the history