Skip to content

Commit 96569f2

Browse files
otelbot-dotnet[bot]opentelemetrybotmartincostello
authored
[release] Core stable release 1.15.3 updates (#7125)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: martincostello <martin@martincostello.com>
1 parent d622e6c commit 96569f2

6 files changed

Lines changed: 12 additions & 3 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
5-
<OTelLatestStableVer>1.15.2</OTelLatestStableVer>
5+
<OTelLatestStableVer>1.15.3</OTelLatestStableVer>
66
</PropertyGroup>
77

88
<!--

RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Release details: [1.15.3](https://github.com/open-telemetry/opentelemetry-dotnet
1616
when `OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk` is configured.
1717
* Improve efficiency of parsing of baggage and B3 propagation headers.
1818
* `OtlpLogExporter` now uses `IHttpClientFactory` on .NET 8+.
19-
* Fixed an issue in OTLP/gRPC retry handling where parsing gRPC status.
19+
* Fixed an issue in OTLP/gRPC retry handling when parsing gRPC statuses.
2020
* Fixed `OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT` not being applied.
2121
* Fixed baggage and trace headers not respecting the maximum length in some cases.
2222
* Fixed `BaggagePropagator` to trim optional whitespace (OWS) around `=`

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Released 2026-Apr-21
3333

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

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

3939
* Fixed an issue with OTLP disk retry storage where metrics and logs used the

src/OpenTelemetry.Exporter.Prometheus.AspNetCore/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Notes](../../RELEASENOTES.md).
1515
throwing during scrape rendering.
1616
([#7077](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7077))
1717

18+
* Updated OpenTelemetry core component version(s) to `1.15.3`.
19+
([#7125](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7125))
20+
1821
## 1.15.2-beta.1
1922

2023
Released 2026-Apr-08

src/OpenTelemetry.Exporter.Prometheus.HttpListener/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Notes](../../RELEASENOTES.md).
1515
throwing during scrape rendering.
1616
([#7077](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7077))
1717

18+
* Updated OpenTelemetry core component version(s) to `1.15.3`.
19+
([#7125](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7125))
20+
1821
## 1.15.2-beta.1
1922

2023
Released 2026-Apr-08

src/OpenTelemetry.Shims.OpenTracing/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Notes](../../RELEASENOTES.md).
99
* Fixes support for `byte`, `short`, `int`, and `float` attributes.
1010
([#7080](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7080))
1111

12+
* Updated OpenTelemetry core component version(s) to `1.15.3`.
13+
([#7125](https://github.com/open-telemetry/opentelemetry-dotnet/pull/7125))
14+
1215
## 1.15.2-beta.1
1316

1417
Released 2026-Apr-08

0 commit comments

Comments
 (0)