Skip to content

tracing: prepare to release v0.1.33#2061

Merged
hawkw merged 1 commit intov0.1.xfrom
eliza/tracing-0.1.33
Apr 9, 2022
Merged

tracing: prepare to release v0.1.33#2061
hawkw merged 1 commit intov0.1.xfrom
eliza/tracing-0.1.33

Conversation

@hawkw
Copy link
Member

@hawkw hawkw commented Apr 9, 2022

0.1.33 (April 9, 2022)

This release adds new span_enabled! and event_enabled! variants of
the enabled! macro, for testing whether a subscriber would
specifically enable a span or an event.

Added

  • span_enabled! and event_enabled! macros (#1900)
  • Several documentation improvements (#2010, #2012)

Fixed

  • Compilation warning when compiling for <=32-bit targets (including
    wasm32) (#2060)

Thanks to @guswynn, @arifd, @hrxi, @CAD97, and @name1e5s for
contributing to this release!

# 0.1.33 (April 9, 2022)

This release adds new `span_enabled!` and `event_enabled!` variants of
the `enabled!` macro, for testing whether a subscriber would
specifically enable a span or an event.

### Added

- `span_enabled!` and `event_enabled!` macros ([#1900])
- Several documentation improvements ([#2010], [#2012])

### Fixed

- Compilation warning when compiling for <=32-bit targets (including
  `wasm32`) ([#2060])

Thanks to @guswynn, @arifd, @hrxi, @CAD97, and @name1e5s for
contributing to this release!

[#1900]: #1900
[#2010]: #2010
[#2012]: #2012
[#2060]: #2060
@hawkw hawkw requested a review from a team as a code owner April 9, 2022 17:50
@CAD97
Copy link
Contributor

CAD97 commented Apr 9, 2022

(wait, I don't think I contributed to this release)

@hawkw
Copy link
Member Author

hawkw commented Apr 9, 2022

(wait, I don't think I contributed to this release)

Your test-support change (#2009) was in the list of commits for the tracing/ tree since the last release (https://github.com/tokio-rs/tracing/commits/v0.1.x/tracing), which is how I decide who to give credit to...it's not in the actual changelog as it's not a user-facing change.

@hawkw hawkw merged commit 40fb304 into v0.1.x Apr 9, 2022
@hawkw hawkw deleted the eliza/tracing-0.1.33 branch April 9, 2022 20:53
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.1.33 (April 9, 2022)

This release adds new `span_enabled!` and `event_enabled!` variants of
the `enabled!` macro, for testing whether a subscriber would
specifically enable a span or an event.

### Added

- `span_enabled!` and `event_enabled!` macros ([tokio-rs#1900])
- Several documentation improvements ([tokio-rs#2010], [tokio-rs#2012])

### Fixed

- Compilation warning when compiling for <=32-bit targets (including
  `wasm32`) ([tokio-rs#2060])

Thanks to @guswynn, @arifd, @hrxi, @CAD97, and @name1e5s for
contributing to this release!

[tokio-rs#1900]: tokio-rs#1900
[tokio-rs#2010]: tokio-rs#2010
[tokio-rs#2012]: tokio-rs#2012
[tokio-rs#2060]: tokio-rs#2060
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