|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Unreleased |
| 4 | + |
| 5 | +### BREAKING CHANGES |
| 6 | + |
| 7 | +* Use 1.8.1 of OpenTelemetry.Instrumentation.Http |
| 8 | + * **Breaking Change**: Fixed tracing instrumentation so that by default any |
| 9 | + values detected in the query string component of requests are replaced with |
| 10 | + the text `Redacted` when building the `url.full` tag. For example, |
| 11 | + `?key1=value1&key2=value2` becomes `?key1=Redacted&key2=Redacted`. You can |
| 12 | + disable this redaction by setting the environment variable |
| 13 | + `OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION` to `true`. |
| 14 | + ([#5532](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5532)) |
| 15 | + |
| 16 | +* Use 1.8.1 of OpenTelemetry.Instrumentation.AspNetCore |
| 17 | + * **Breaking Change**: Fixed tracing instrumentation so that by default any |
| 18 | + values detected in the query string component of requests are replaced with |
| 19 | + the text `Redacted` when building the `url.full` tag. For example, |
| 20 | + `?key1=value1&key2=value2` becomes `?key1=Redacted&key2=Redacted`. You can |
| 21 | + disable this redaction by setting the environment variable |
| 22 | + `OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION` to `true`. |
| 23 | + ([#5532](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5532)) |
| 24 | + |
| 25 | +### Bug Fixes |
| 26 | + |
| 27 | +* Use 1.8.1 of OpenTelemetry |
| 28 | + * Fixed an issue in Logging where unwanted objects (processors, exporters, etc.) |
| 29 | + could be created inside delegates automatically executed by the Options API |
| 30 | + during configuration reload. |
| 31 | + ([#5514](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5514)) |
| 32 | + * Include changes from the following versions: |
| 33 | + * [1.8.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.8.0) |
| 34 | + |
| 35 | +* Use 1.8.1 of OpenTelemetry.Exporter.OpenTelemetryProtocol |
| 36 | + * Fix native AoT warnings in `OpenTelemetry.Exporter.OpenTelemetryProtocol`. |
| 37 | + ([#5520](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5520)) |
| 38 | + |
| 39 | +* Use 1.8.1 of OpenTelemetry.Instrumentation.AspNetCore |
| 40 | + * Includes fixes from [1.8.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/Instrumentation.AspNetCore-1.8.0) |
| 41 | + |
| 42 | +* Use 1.8.1 of OpenTelemetry.Instrumentation.Http |
| 43 | + * Includes fixes from [1.8.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/Instrumentation.Http-1.8.0) |
| 44 | + |
| 45 | +### New features |
| 46 | + |
| 47 | +* Use 1.8.0 of OpenTelemetry.Exporter.Console |
| 48 | + * Added support for `ActivitySource.Version` property. ([#5472](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5472)) |
| 49 | + |
| 50 | +* Use 1.8.0-beta.1 of OpenTelemetry.Instrumentation.GrpcNetClient |
| 51 | + |
| 52 | +* Use 1.8.0 of OpenTelemetry.Instrumentation.Runtime |
| 53 | + * `Meter.Version` is set to NuGet package version. ([#1624](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1624)) |
| 54 | + * Update `OpenTelemetry.Api` to `1.8.0`. ([#1624](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1624)) |
| 55 | + |
| 56 | +* Use 1.8.0-beta.1 of OpenTelemetry.Instrumentation.SqlClient |
| 57 | + |
| 58 | +* Use 0.5.0-beta.5 of OpenTelemetry.Instrumentation.Process |
| 59 | + * `Meter.Version` is set to NuGet package version. ([#1624](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1624)) |
| 60 | + * Update `OpenTelemetry.Api` to `1.8.0`. ([#1624](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1624)) |
| 61 | + |
| 62 | +* Use 1.0.0-beta.6 of OpenTelemetry.ResourceDetectors.Azure |
| 63 | + * Update `OpenTelemetry.Api` to `1.8.0`. ([#1635](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1635)) |
| 64 | + |
| 65 | +* Use 0.1.0-alpha.3 of OpenTelemetry.ResourceDetectors.Host |
| 66 | + * Update `OpenTelemetry.Api` to `1.8.0`. ([#1635](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1635)) |
| 67 | + |
| 68 | +* Use 0.1.0-alpha.3 of OpenTelemetry.ResourceDetectors.ProcessRuntime |
| 69 | + * Update `OpenTelemetry.Api` to `1.8.0`. ([#1635](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1635)) |
| 70 | + |
3 | 71 | ## 0.7.0-beta.4
|
4 | 72 |
|
5 | 73 | ### Bug fixes
|
|
0 commit comments