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
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<OTelLatestStableVer>1.15.2</OTelLatestStableVer>
<OTelLatestStableVer>1.15.3</OTelLatestStableVer>
</PropertyGroup>

<!--
Expand Down
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Release details: [1.15.3](https://github.com/open-telemetry/opentelemetry-dotnet
when `OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk` is configured.
* Improve efficiency of parsing of baggage and B3 propagation headers.
* `OtlpLogExporter` now uses `IHttpClientFactory` on .NET 8+.
* Fixed an issue in OTLP/gRPC retry handling where parsing gRPC status.
* Fixed an issue in OTLP/gRPC retry handling when parsing gRPC statuses.
* Fixed `OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT` not being applied.
* Fixed baggage and trace headers not respecting the maximum length in some cases.
* Fixed `BaggagePropagator` to trim optional whitespace (OWS) around `=`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Released 2026-Apr-21

([#7106](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7106))

* Fixed an issue in OTLP/gRPC retry handling where parsing gRPC status.
* Fixed an issue in OTLP/gRPC retry handling when parsing gRPC statuses.
([#7064](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7064))

* Fixed an issue with OTLP disk retry storage where metrics and logs used the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Notes](../../RELEASENOTES.md).
throwing during scrape rendering.
([#7077](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7077))

* Updated OpenTelemetry core component version(s) to `1.15.3`.
([#7125](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7125))

## 1.15.2-beta.1

Released 2026-Apr-08
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Notes](../../RELEASENOTES.md).
throwing during scrape rendering.
([#7077](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7077))

* Updated OpenTelemetry core component version(s) to `1.15.3`.
([#7125](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7125))

## 1.15.2-beta.1

Released 2026-Apr-08
Expand Down
3 changes: 3 additions & 0 deletions src/OpenTelemetry.Shims.OpenTracing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Notes](../../RELEASENOTES.md).
* Fixes support for `byte`, `short`, `int`, and `float` attributes.
([#7080](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7080))

* Updated OpenTelemetry core component version(s) to `1.15.3`.
([#7125](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7125))

## 1.15.2-beta.1

Released 2026-Apr-08
Expand Down
Loading