-
Notifications
You must be signed in to change notification settings - Fork 92
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
Release 1.6.0 #3387
Release 1.6.0 #3387
Conversation
Can bump to 1.6.0 to indicate changes and new env vars? |
Tests passed on macOS |
Yesterday, we have agreed that it should go as 1.5.1. Nothing change since this discussion. |
Tests passed on Windows with Linux containers. |
Sorry but I was distracted at this moment. I think it can be frustrating for some users. I feel it is safer to make a minor bump. What is wrong with making a minor bump? |
For reference https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docs/versioning.md#minor-version-bump:
Releasing it as a patch bump would break our versioning policy. |
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.
This needs to be a minor bump according to our versioning policy
Changed to 1.6.0 |
Why & What
Release 1.6.0
1.8.1
System.Diagnostics.DiagnosticSource
:8.0.0
Changed
following instrumentations redact by default any value detected in query string
components when building the
url.query
or theurl.full
attributes:OpenTelemetry.Instrumentation.Http
,OpenTelemetry.Instrumentation.AspNetCore
,OpenTelemetry.Instrumentation.AspNet
. For example,?key1=value1&key2=value2
becomes
?key1=Redacted&key2=Redacted
. You can customize this behavior throughthe environment variables. See the
instrumentation options table for details.
Dependency updates
OpenTelemetry.Instrumentation.Http
from1.8.0
to1.8.1
.Microsoft.Extensions.Configuration.Binder
from8.0.0
to8.0.1
,OpenTelemetry.Instrumentation.AspNetCore
from1.8.0
to1.8.1
.OpenTelemetry.Instrumentation.AspNet
from1.8.0-beta.1
to1.8.0-beta.2
.Fixed
receive
consumer spans for consume attempts that returned no message.For details, see #3367
Tests
Checklist
CHANGELOG.md
is updated.