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.32 #1978

Merged
merged 2 commits into from
Mar 9, 2022
Merged

tracing: prepare to release 0.1.32 #1978

merged 2 commits into from
Mar 9, 2022

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Mar 9, 2022

0.1.32 (March 8th, 2022)

This release reduces the overhead of creating and dropping disabled
spans significantly, which should improve performance when no tracing
subscriber is in use or when spans are disabled by a filter.

Fixed

  • attributes: Compilation failure with --minimal-versions due to a
    too-permissive syn dependency (#1960)

Changed

  • Reduced Drop overhead for disabled spans (#1974)
  • tracing-attributes: updated to 0.1.20

@hawkw hawkw requested a review from a team as a code owner March 9, 2022 00:07
# 0.1.32 (March 8th, 2022)

This release reduces the overhead of creating and dropping disabled
spans significantly, which should improve performance when no `tracing`
subscriber is in use or when spans are disabled by a filter.

### Fixed

- **attributes**: Compilation failure with `--minimal-versions` due to a
  too-permissive `syn` dependency ([#1960])

### Changed

- Reduced `Drop` overhead for disabled spans ([#1974])
- `tracing-attributes`: updated to [0.1.20][attributes-0.1.20]

[#1974]: #1974
[#1960]: #1960
[attributes-0.1.20]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.20
@hawkw hawkw merged commit f701166 into v0.1.x Mar 9, 2022
@hawkw hawkw deleted the eliza/tracing-0.1.32 branch March 9, 2022 01:08
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.1.32 (March 8th, 2022)

This release reduces the overhead of creating and dropping disabled
spans significantly, which should improve performance when no `tracing`
subscriber is in use or when spans are disabled by a filter.

### Fixed

- **attributes**: Compilation failure with `--minimal-versions` due to a
  too-permissive `syn` dependency ([tokio-rs#1960])

### Changed

- Reduced `Drop` overhead for disabled spans ([tokio-rs#1974])
- `tracing-attributes`: updated to [0.1.20][attributes-0.1.20]

[tokio-rs#1974]: tokio-rs#1974
[tokio-rs#1960]: tokio-rs#1960
[attributes-0.1.20]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.20
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.

None yet

1 participant