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 release 0.1.9 #349

Merged
merged 1 commit into from Sep 13, 2019
Merged

tracing: prepare to release 0.1.9 #349

merged 1 commit into from Sep 13, 2019

Commits on Sep 13, 2019

  1. tracing: prepare to release 0.1.9

    Fixed:
    
    - Fixed `#[instrument]`ed async functions not compiling on
      `nightly-2019-09-11` or newer (#342)
    
    Changed:
    
    - Significantly reduced performance impact of skipped spans and events
      when a `Subscriber` is not in use (#326)
    - The `log` feature will now only cause `tracing` spans and events to
      emit log records when a `Subscriber` is not in use (#346)
    
    Added:
    
    - Added support for overriding the name of the span generated by
      `#[instrument]` (#330)
    - `log-always` feature flag to emit log records even when a `Subscriber`
      is set (#346)
    
    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Sep 13, 2019
    Copy the full SHA
    a9d8955 View commit details
    Browse the repository at this point in the history