Skip to content

Commit 60a6839

Browse files
[release] Core stable release 1.10.0 updates (open-telemetry#5970)
1 parent 626b30e commit 60a6839

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

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.9.0</OTelLatestStableVer>
5+
<OTelLatestStableVer>1.10.0</OTelLatestStableVer>
66

77
<!--
88
This is typically the latest annual release of .NET. Use this wherever

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Notes](../../RELEASENOTES.md).
1010
* Added meter-level tags to Prometheus exporter
1111
([#5837](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5837))
1212

13+
* Updated OpenTelemetry core component version(s) to `1.10.0`.
14+
([#5970](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5970))
15+
1316
## 1.9.0-beta.2
1417

1518
Released 2024-Jun-24
@@ -133,12 +136,15 @@ Released 2022-Sep-29
133136
* Bug fix for Prometheus Exporter reporting StatusCode 204
134137
instead of 200, when no metrics are collected
135138
([#3643](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3643))
139+
136140
* Added overloads which accept a name to the `MeterProviderBuilder`
137141
`AddPrometheusExporter` extension to allow for more fine-grained options
138142
management
139143
([#3648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3648))
144+
140145
* Added support for OpenMetrics UNIT metadata
141146
([#3651](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3651))
147+
142148
* Added `"# EOF\n"` ending following the [OpenMetrics
143149
specification](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md)
144150
([#3654](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3654))
@@ -153,6 +159,7 @@ Released 2022-Aug-18
153159
([#3430](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3430)
154160
[#3503](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3503)
155161
[#3507](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3507))
162+
156163
* Added `IEndpointRouteBuilder` extension methods to help with Prometheus
157164
middleware configuration on ASP.NET Core
158165
([#3295](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3295))
@@ -172,8 +179,10 @@ Released 2022-Apr-15
172179
* Added `IApplicationBuilder` extension methods to help with Prometheus
173180
middleware configuration on ASP.NET Core
174181
([#3029](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3029))
182+
175183
* Changed Prometheus exporter to return 204 No Content and log a warning event
176184
if there are no metrics to collect.
185+
177186
* Removes .NET Framework 4.6.1. The minimum .NET Framework
178187
version supported is .NET 4.6.2. ([#3190](https://github.com/open-telemetry/opentelemetry-dotnet/issues/3190))
179188

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Notes](../../RELEASENOTES.md).
1010
* Added meter-level tags to Prometheus exporter
1111
([#5837](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5837))
1212

13+
* Updated OpenTelemetry core component version(s) to `1.10.0`.
14+
([#5970](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5970))
15+
1316
## 1.9.0-beta.2
1417

1518
Released 2024-Jun-24
@@ -130,12 +133,15 @@ Released 2022-Sep-29
130133
* Bug fix for Prometheus Exporter reporting StatusCode 204
131134
instead of 200, when no metrics are collected
132135
([#3643](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3643))
136+
133137
* Added overloads which accept a name to the `MeterProviderBuilder`
134138
`AddPrometheusHttpListener` extension to allow for more fine-grained options
135139
management
136140
([#3648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3648))
141+
137142
* Added support for OpenMetrics UNIT metadata
138143
([#3651](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3651))
144+
139145
* Added `"# EOF\n"` ending following the [OpenMetrics
140146
specification](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md)
141147
([#3654](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3654))
@@ -150,6 +156,7 @@ Released 2022-Aug-18
150156
([#3430](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3430)
151157
[#3503](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3503)
152158
[#3507](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3507))
159+
153160
* Fixed bug
154161
[#2840](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2840) by
155162
allowing `+` and `*` to be used in the URI prefixes (e.g. `"http://*:9184"`).
@@ -170,8 +177,10 @@ Released 2022-Apr-15
170177
* Added `IApplicationBuilder` extension methods to help with Prometheus
171178
middleware configuration on ASP.NET Core
172179
([#3029](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3029))
180+
173181
* Changed Prometheus exporter to return 204 No Content and log a warning event
174182
if there are no metrics to collect.
183+
175184
* Removes .NET Framework 4.6.1. The minimum .NET Framework
176185
version supported is .NET 4.6.2. ([#3190](https://github.com/open-telemetry/opentelemetry-dotnet/issues/3190))
177186

src/OpenTelemetry.Shims.OpenTracing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Notes](../../RELEASENOTES.md).
1010
converted to strings on the `ISpan` started from the builder.
1111
([#5797](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5797))
1212

13+
* Updated OpenTelemetry core component version(s) to `1.10.0`.
14+
([#5970](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5970))
15+
1316
## 1.9.0-beta.2
1417

1518
Released 2024-Jun-24
@@ -42,6 +45,7 @@ Released 2023-Sep-05
4245
* Fix: Do not raise `ArgumentException` if `Activity` behind the shim span
4346
has an invalid context.
4447
([#2787](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2787))
48+
4549
* Obsolete `TracerShim(Tracer, TextMapPropagator)` constructor.
4650
Provide `TracerShim(TracerProvider)`
4751
and `TracerShim(TracerProvider, TextMapPropagator)` constructors.

0 commit comments

Comments
 (0)