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

opentelemetry: prepare for 0.16.1 release #1919

Closed
wants to merge 1 commit into from
Closed

opentelemetry: prepare for 0.16.1 release #1919

wants to merge 1 commit into from

Conversation

djc
Copy link
Contributor

@djc djc commented Feb 10, 2022

As discussed in #1911, prepares a point release for tracing-opentelemetry. This follows the changes made in #1877 for the 0.16.0 release.

(I'm confused by the backport/release strategy in this repo -- #1877 targeted the master branch, but a commit with a subset of those changes ended up in the 0.1.x branch, and the crates.io version was apparently published from v0.1.x. Definitely feels to me like life would be better if v0.1.x was the default branch for this repo -- I'm pretty sure merging forward is easier than merging backward, too.)

@djc djc requested review from jtescher and a team as code owners February 10, 2022 10:55
@jtescher
Copy link
Collaborator

jtescher commented Feb 10, 2022

I think @hawkw has moved the release management to the v0.1.x branch where we are at v0.17.0 currently to simplify things https://github.com/tokio-rs/tracing/blob/v0.1.x/tracing-opentelemetry/CHANGELOG.md

hawkw added a commit that referenced this pull request Feb 11, 2022
# 0.17.1 (February 11, 2022)

### Added

- `OpenTelemetryLayer` can now add detailed location information to
  forwarded events (defaults to on) ([#1911])
- `OpenTelemetryLayer::with_event_location` to control whether source
  locations are recorded ([#1911])
### Changed

- Avoid unnecessary allocations to improve performance when recording
  events ([#1917])

Thanks to @djc for contributing to this release!

[#1917]: #1917
[#1911]: #1911

Closes #1919
hawkw added a commit that referenced this pull request Feb 11, 2022
# 0.17.1 (February 11, 2022)

### Added

- `OpenTelemetryLayer` can now add detailed location information to
  forwarded events (defaults to on) ([#1911])
- `OpenTelemetryLayer::with_event_location` to control whether source
  locations are recorded ([#1911])
### Changed

- Avoid unnecessary allocations to improve performance when recording
  events ([#1917])

Thanks to @djc for contributing to this release!

[#1917]: #1917
[#1911]: #1911

Closes #1919
@djc
Copy link
Contributor Author

djc commented Feb 14, 2022

This was done in #1922.

@djc djc closed this Feb 14, 2022
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.17.1 (February 11, 2022)

### Added

- `OpenTelemetryLayer` can now add detailed location information to
  forwarded events (defaults to on) ([tokio-rs#1911])
- `OpenTelemetryLayer::with_event_location` to control whether source
  locations are recorded ([tokio-rs#1911])
### Changed

- Avoid unnecessary allocations to improve performance when recording
  events ([tokio-rs#1917])

Thanks to @djc for contributing to this release!

[tokio-rs#1917]: tokio-rs#1917
[tokio-rs#1911]: tokio-rs#1911

Closes tokio-rs#1919
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