0.8.1-beta
BREAKING CHANGES
-
Use 1.8.1 of OpenTelemetry.Instrumentation.Http
- Breaking Change: Fixed tracing instrumentation so that by default any
values detected in the query string component of requests are replaced with
the textRedacted
when building theurl.full
tag. For example,
?key1=value1&key2=value2
becomes?key1=Redacted&key2=Redacted
. You can
disable this redaction by setting the environment variable
OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION
totrue
.
(#5532)
- Breaking Change: Fixed tracing instrumentation so that by default any
-
Use 1.8.1 of OpenTelemetry.Instrumentation.AspNetCore
- Breaking Change: Fixed tracing instrumentation so that by default any
values detected in the query string component of requests are replaced with
the textRedacted
when building theurl.full
tag. For example,
?key1=value1&key2=value2
becomes?key1=Redacted&key2=Redacted
. You can
disable this redaction by setting the environment variable
OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION
totrue
.
(#5532)
- Breaking Change: Fixed tracing instrumentation so that by default any
Bug Fixes
-
Use 1.8.1 of OpenTelemetry
-
Use 1.8.1 of OpenTelemetry.Exporter.OpenTelemetryProtocol
- Fix native AoT warnings in
OpenTelemetry.Exporter.OpenTelemetryProtocol
.
(#5520)
- Fix native AoT warnings in
-
Use 1.8.1 of OpenTelemetry.Instrumentation.AspNetCore
- Includes fixes from 1.8.0
-
Use 1.8.1 of OpenTelemetry.Instrumentation.Http
- Includes fixes from 1.8.0
New features
-
Use 1.8.0 of OpenTelemetry.Exporter.Console
- Added support for
ActivitySource.Version
property. (#5472)
- Added support for
-
Use 1.8.0-beta.1 of OpenTelemetry.Instrumentation.GrpcNetClient
-
Use 1.8.0 of OpenTelemetry.Instrumentation.Runtime
-
Use 1.8.0-beta.1 of OpenTelemetry.Instrumentation.SqlClient
-
Use 0.5.0-beta.5 of OpenTelemetry.Instrumentation.Process
-
Use 1.0.0-beta.6 of OpenTelemetry.ResourceDetectors.Azure
- Update
OpenTelemetry.Api
to1.8.0
. (#1635)
- Update
-
Use 0.1.0-alpha.3 of OpenTelemetry.ResourceDetectors.Host
- Update
OpenTelemetry.Api
to1.8.0
. (#1635)
- Update
-
Use 0.1.0-alpha.3 of OpenTelemetry.ResourceDetectors.ProcessRuntime
- Update
OpenTelemetry.Api
to1.8.0
. (#1635)
- Update