-
Notifications
You must be signed in to change notification settings - Fork 744
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.0 release #1877
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the build passes, I'll merge this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just saw that #1869 just got merged, but I'm not sure if that was actually the correct solution to the problem. Let's take a minute to make sure that change was correct before we publish this release, please.
Previous Discord comment context
tracing-opentelemetry = { version = "0.16.0", optional = true, default-features = false }
tracing-subscriber = { version = "0.3.6", default-features = false, features = [
"smallvec",
"std",
] } $ cargo tree -i -p tracing-log
tracing-log v0.1.2
└── tracing-subscriber v0.3.6
├── mylib
└── tracing-opentelemetry v0.16.0
└── mylib I cannot reproduce that example. E.g. This example [package]
name = "test"
version = "0.1.0"
edition = "2021"
[dependencies]
opentelemetry = "0.16.0"
tracing = "0.1.29"
tracing-opentelemetry = { version = "0.16.0", default-features = false }
tracing-subscriber = { version = "0.3.6", default-features = false, features = [ "smallvec", "std", ] }
$ cargo tree -i -p tracing-log
error: package ID specification `tracing-log` did not match any packages #1869 was not to fix the above case, but to simply not require opting out explicitly. |
Breaking changes in this release: - Upgrade to `v0.17.0` of `opentelemetry` (#1853) For list of breaking changes in OpenTelemetry, see the [v0.17.0 changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0170).
Breaking changes in this release: - Upgrade to `v0.17.0` of `opentelemetry` (#1853) For list of breaking changes in OpenTelemetry, see the [v0.17.0 changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0170).
Breaking changes in this release: - Upgrade to `v0.17.0` of `opentelemetry` (#1853) For list of breaking changes in OpenTelemetry, see the [v0.17.0 changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0170).
Breaking changes in this release: - Upgrade to `v0.17.0` of `opentelemetry` (#1853) For list of breaking changes in OpenTelemetry, see the [v0.17.0 changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0170).
Breaking changes in this release: - Upgrade to `v0.17.0` of `opentelemetry` (#1853) For list of breaking changes in OpenTelemetry, see the [v0.17.0 changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0170).
Breaking changes in this release: - Upgrade to `v0.17.0` of `opentelemetry` (tokio-rs#1853) For list of breaking changes in OpenTelemetry, see the [v0.17.0 changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/CHANGELOG.md#v0170).
Breaking changes in this release:
v0.17.0
ofopentelemetry
(opentelemetry: Update otel to 0.17.0 #1853)For list of breaking changes in OpenTelemetry, see the v0.17.0 changelog.
tracing-log
feature (opentelemetry: disable defaulttracing-log
feature #1869)