Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/OpenTelemetry.Exporter.OneCollector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
Released 2026-Apr-21

* Limit how much of the response body is read when export fails using the HTTP
JSON transport and informational logging is enabled.
JSON transport and informational logging is enabled to resolve
[GHSA-55m9-299j-53c7](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/security/advisories/GHSA-55m9-299j-53c7).
([#4117](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4117))

* Updated OpenTelemetry core component version(s) to `1.15.3`.
Expand Down
1 change: 1 addition & 0 deletions src/OpenTelemetry.Instrumentation.AspNet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ Released 2024-Apr-17
`?key1=value1&key2=value2` becomes `?key1=Redacted&key2=Redacted`. You can
disable this redaction by setting the environment variable
`OTEL_DOTNET_EXPERIMENTAL_ASPNET_DISABLE_URL_QUERY_REDACTION` to `true`.
Resolves [GHSA-vh2m-22xx-q94f](https://github.com/advisories/GHSA-vh2m-22xx-q94f).
([#1656](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1656))

## 1.8.0-beta.1
Expand Down
1 change: 1 addition & 0 deletions src/OpenTelemetry.Instrumentation.Http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Released 2024-Apr-12
`?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` to `true`.
Resolves [GHSA-vh2m-22xx-q94f](https://github.com/advisories/GHSA-vh2m-22xx-q94f).
([#5532](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5532))

## 1.8.0
Expand Down
3 changes: 2 additions & 1 deletion src/OpenTelemetry.OpAmp.Client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Released 2026-Apr-21
* Add support for sticky HTTP connections via the `OpAMP-Instance-UID` header.
([#3830](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/3830))

* Apply response size limits for oversized OpAMP responses.
* Apply response size limits for oversized OpAMP responses to resolve
[GHSA-w2jh-77fq-7gp8](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/security/advisories/GHSA-w2jh-77fq-7gp8).
([#4116](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4116))

* Harden WebSocket transport:
Expand Down
3 changes: 2 additions & 1 deletion src/OpenTelemetry.Resources.AWS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Released 2026-Apr-21
Windows containers running on AWS ECS.
([#4028](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4028))

* Limit how much of the response body is consumed from metadata service HTTP responses.
* Limit how much of the response body is consumed from metadata service HTTP responses
to resolve [GHSA-28xm-prxc-5866](https://github.com/advisories/GHSA-28xm-prxc-5866).
([#4122](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4122))

* Fix ECS Metadata V4 cluster ARN normalization when the `Cluster` field returns
Expand Down
3 changes: 2 additions & 1 deletion src/OpenTelemetry.Resources.Azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

Released 2026-Apr-21

* Limit how much of the response body is consumed from metadata service HTTP responses.
* Limit how much of the response body is consumed from metadata service HTTP responses
to resolve [GHSA-vc24-j8c5-2vw4](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/security/advisories/GHSA-vc24-j8c5-2vw4).
([#4121](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4121))

* Updated OpenTelemetry core component version(s) to `1.15.3`.
Expand Down
3 changes: 2 additions & 1 deletion src/OpenTelemetry.Sampler.AWS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Released 2026-Apr-14
* Updated OpenTelemetry core component version(s) to `1.15.2`.
([#4080](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4080))

* Limit the max size read for response body getting the sampling rules to 1MB.
* Limit the max size read for response body getting the sampling rules to 1MB to
resolve [GHSA-28xm-prxc-5866](https://github.com/advisories/GHSA-28xm-prxc-5866).
([#4100](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4100))

## 0.1.0-alpha.7
Expand Down
Loading