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.16 #789

Merged
merged 1 commit into from
Jul 8, 2020
Merged

tracing: prepare to release 0.1.16 #789

merged 1 commit into from
Jul 8, 2020

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Jul 8, 2020

Added

Changed

  • Updated tracing-core dependency to 0.1.11

Fixed

Thanks to @nagisa, and everyone who contributed to the new tracing-core
and tracing-attributes versions, for contributing to this release!

Added

- **attributes**: Support for arbitrary expressions as fields in
  `#[instrument]` (#672)
- **attributes**: `#[instrument]` now emits a compiler warning when
  ignoring unrecognized input (#672, #786)
- Improved documentation on using `tracing` in async code (#769)

Changed

- Updated `tracing-core` dependency to 0.1.11

Fixed

- **macros**: Excessive monomorphization in macros, which could lead to
  longer compilation times (#787)
- **log**: Compiler warnings in macros when `log` or `log-always` features
  are enabled (#753)
- Compiler error when `tracing-core/std` feature is enabled but
  `tracing/std` is not (#760)

Thanks to @nagisa for contributing to this release!
@hawkw hawkw requested a review from a team as a code owner July 8, 2020 23:28
@hawkw hawkw merged commit 7dc37dd into master Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants