Skip to content

Conversation

@hawkw
Copy link
Member

@hawkw hawkw commented Feb 4, 2021

Fixed

  • Compiler error when using #[instrument(err)] on functions with
    mutable parameters (#1167)
  • Missing function visibility modifier when using #[instrument] with
    async-trait (#977)
  • Multiple documentation fixes and improvements (#965, #981,
    #1215)

Changed

  • tracing-futures dependency is no longer required when using
    #[instrument] on async functions (#808)

Thanks to @nagisa, @Txuritan, @TaKO8Ki, and @okready for contributing to
this release!

Fixed

- Compiler error when using `#[instrument(err)]` on functions with
  mutable parameters ([#1167])
- Missing function visibility modifier when using `#[instrument]` with
  `async-trait` ([#977])
- Multiple documentation fixes and improvements ([#965], [#981],
  [#1215])

 Changed

- `tracing-futures` dependency is no longer required when using
  `#[instrument]` on async functions ([#808])

Thanks to @nagisa, @Txuritan, @TaKO8Ki, and @okready for contributing to
this release!

[#1167]: #1167
[#977]: #977
[#965]: #965
[#981]: #981
[#1215]: #1215
[#808]: #808
@hawkw hawkw requested a review from davidbarsky February 4, 2021 20:22
@hawkw hawkw requested a review from a team as a code owner February 4, 2021 20:22
@hawkw hawkw merged commit a3f2c0c into v0.1.x Feb 4, 2021
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
### Fixed

- Compiler error when using `#[instrument(err)]` on functions with
  mutable parameters ([tokio-rs#1167])
- Missing function visibility modifier when using `#[instrument]` with
  `async-trait` ([tokio-rs#977])
- Multiple documentation fixes and improvements ([tokio-rs#965], [tokio-rs#981],
  [tokio-rs#1215])

 ### Changed

- `tracing-futures` dependency is no longer required when using
  `#[instrument]` on async functions ([tokio-rs#808])

Thanks to @nagisa, @Txuritan, @TaKO8Ki, and @okready for contributing to
this release!

[tokio-rs#1167]: tokio-rs#1167
[tokio-rs#977]: tokio-rs#977
[tokio-rs#965]: tokio-rs#965
[tokio-rs#981]: tokio-rs#981
[tokio-rs#1215]: tokio-rs#1215
[tokio-rs#808]: tokio-rs#808
@jplatte jplatte deleted the eliza/attributes-0.1.12 branch June 3, 2025 09:15
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.

3 participants