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

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Sep 13, 2019

Fixed

Changed

Added

Signed-off-by: Eliza Weisman eliza@buoyant.io

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 hawkw requested review from yaahc and a team September 13, 2019 21:21
@hawkw hawkw self-assigned this Sep 13, 2019
Copy link
Member

@tobz tobz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the crate/tracing Related to the `tracing` crate label Sep 13, 2019
@hawkw hawkw requested a review from a team September 13, 2019 21:46
@hawkw hawkw merged commit cc70560 into master Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate/tracing Related to the `tracing` crate kind/maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants