Skip to content

Commit 305475c

Browse files
[release] core-1.11.0 release updates (open-telemetry#2470)
1 parent beb75bf commit 305475c

File tree

37 files changed

+108
-24
lines changed

37 files changed

+108
-24
lines changed

build/Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<MicrosoftPublicApiAnalyzersPkgVer>[3.11.0-beta1.23525.2]</MicrosoftPublicApiAnalyzersPkgVer>
4343
<MicrosoftSourceLinkGitHubPkgVer>[8.0.0,9.0)</MicrosoftSourceLinkGitHubPkgVer>
4444
<OpenTelemetryCoreUnstableLatestVersion>[1.10.0-beta.1]</OpenTelemetryCoreUnstableLatestVersion>
45-
<OpenTelemetryCoreLatestVersion>[1.10.0,2.0)</OpenTelemetryCoreLatestVersion>
45+
<OpenTelemetryCoreLatestVersion>[1.11.0,2.0)</OpenTelemetryCoreLatestVersion>
4646
<OpenTelemetryCoreLatestPrereleaseVersion>[1.11.0-rc.1]</OpenTelemetryCoreLatestPrereleaseVersion>
4747
<StackExchangeRedisPkgVer>[2.6.122,3.0)</StackExchangeRedisPkgVer>
4848
<ConfluentKafkaPkgVer>[2.4.0,3.0)</ConfluentKafkaPkgVer>

src/OpenTelemetry.Exporter.Geneva/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
the LogExporter.
99
([#2422](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2422))
1010

11+
* Updated OpenTelemetry core component version(s) to `1.11.0`.
12+
([#2470](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2470))
13+
1114
## 1.10.0
1215

1316
Released 2024-Nov-18
@@ -298,7 +301,9 @@ Released 2023-Mar-13
298301
([#935](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/935))
299302

300303
* Update OpenTelemetry SDK version to `1.5.0-alpha.1`.
304+
301305
* Update GenevaMetricExporter to use TLV format serialization.
306+
302307
* Add support for exporting exemplars.
303308
([#1069](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1069))
304309

@@ -350,11 +355,14 @@ Released 2022-Dec-19
350355

351356
* Update OpenTelemetry to 1.4.0-rc.1
352357
([#820](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/820))
358+
353359
* Add support in logs for prefix-based table name mapping configuration.
354360
[#796](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/796)
361+
355362
* Updated the trace exporter to use the new performance APIs introduced in
356363
`System.Diagnostics.DiagnosticSource` v7.0.
357364
[#838](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/838)
365+
358366
* Avoid allocation when serializing scopes.
359367
([#818](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/818))
360368

@@ -365,10 +373,13 @@ Released 2022-Dec-09
365373
* Added support for
366374
[DateTimeOffset](https://learn.microsoft.com/dotnet/api/system.datetimeoffset).
367375
([#797](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/797))
376+
368377
* Fix the overflow bucket value serialization for Histogram.
369378
([#805](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/805))
379+
370380
* Fix EventSource logging.
371381
([#813](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/813))
382+
372383
* Update `MessagePackSerializer` to use
373384
[BinaryPrimitives](https://learn.microsoft.com/dotnet/api/system.buffers.binary.binaryprimitives)
374385
to serialize scalar types more efficiently by avoiding repeated bound checks.

src/OpenTelemetry.Exporter.InfluxDB/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[CVE-2024-43485](https://github.com/advisories/GHSA-8g4q-xg66-9fp4).
88
([#2202](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2202))
99

10-
* Updated OpenTelemetry core component version(s) to `1.10.0`.
11-
([#2317](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2317))
10+
* Updated OpenTelemetry core component version(s) to `1.11.0`.
11+
([#2470](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2470))
1212

1313
## 1.0.0-alpha.4
1414

src/OpenTelemetry.Exporter.Instana/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
The lowest supported version is .NET Framework 4.6.2.
77
([#1050](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1050))
88

9-
* Updated OpenTelemetry core component version(s) to `1.10.0`.
10-
([#2317](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2317))
9+
* Updated OpenTelemetry core component version(s) to `1.11.0`.
10+
([#2470](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2470))
1111

1212
## 1.0.3
1313

src/OpenTelemetry.Exporter.OneCollector/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
* Updated OpenTelemetry core component version(s) to `1.11.0`.
6+
([#2470](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2470))
7+
58
## 1.10.0
69

710
Released 2024-Nov-18

src/OpenTelemetry.Exporter.Stackdriver/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* Google.Cloud.Trace.V2 3.3.0 -> 3.5.0
1212
([#2127](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2127))
1313

14-
* Updated OpenTelemetry core component version(s) to `1.10.0`.
15-
([#2317](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2317))
14+
* Updated OpenTelemetry core component version(s) to `1.11.0`.
15+
([#2470](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2470))
1616

1717
## 1.0.0-beta.6
1818

src/OpenTelemetry.Extensions.AWS/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
* Updated OpenTelemetry core component version(s) to `1.11.0`.
6+
([#2470](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2470))
7+
58
## 1.10.0-rc.2
69

710
Released 2025-Jan-15

src/OpenTelemetry.Extensions.Enrichment/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
* Drop support for .NET 6 as this target is no longer supported.
99
([#2126](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2126))
1010

11-
* Updated OpenTelemetry core component version(s) to `1.10.0`.
12-
([#2317](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2317))
11+
* Updated OpenTelemetry core component version(s) to `1.11.0`.
12+
([#2470](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2470))

src/OpenTelemetry.Extensions/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
* Updated OpenTelemetry core component version(s) to `1.11.0`.
6+
([#2470](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2470))
7+
58
## 1.10.0-beta.1
69

710
Released 2024-Dec-30

src/OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
* Updated OpenTelemetry core component version(s) to `1.11.0`.
6+
([#2470](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2470))
7+
58
## 1.10.0-beta.1
69

710
Released 2024-Dec-09

0 commit comments

Comments
 (0)