[release] Prepare release core-1.10.0-rc.1 (#5949)

This commit is contained in:
OpenTelemetry Bot 2024-11-01 16:51:08 -05:00 committed by GitHub
parent 7c0f24c177
commit 47aff6264e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 36 additions and 0 deletions

View File

@ -7,6 +7,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-rc.1
Released 2024-Nov-01
## 1.10.0-beta.1
Released 2024-Sep-30

View File

@ -6,6 +6,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-rc.1
Released 2024-Nov-01
## 1.10.0-beta.1
Released 2024-Sep-30

View File

@ -6,6 +6,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-rc.1
Released 2024-Nov-01
* Added direct reference to `System.Text.Json` for the `net8.0` target with
minimum version of `8.0.5` in response to
[CVE-2024-30105](https://github.com/advisories/GHSA-hh2w-p6rv-4g7w) &

View File

@ -6,6 +6,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-rc.1
Released 2024-Nov-01
## 1.10.0-beta.1
Released 2024-Sep-30

View File

@ -7,6 +7,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-rc.1
Released 2024-Nov-01
* Added support for exporting instrumentation scope attributes from
`ActivitySource.Tags`.
([#5897](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5897))

View File

@ -6,6 +6,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-rc.1
Released 2024-Nov-01
* Added direct reference to `System.Text.Json` for the `net8.0` target with
minimum version of `8.0.5` in response to
[CVE-2024-30105](https://github.com/advisories/GHSA-hh2w-p6rv-4g7w) &

View File

@ -6,6 +6,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-rc.1
Released 2024-Nov-01
## 1.10.0-beta.1
Released 2024-Sep-30

View File

@ -6,6 +6,10 @@ covering all components see: [Release Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-rc.1
Released 2024-Nov-01
## 1.10.0-beta.1
Released 2024-Sep-30

View File

@ -6,6 +6,10 @@ Notes](../../RELEASENOTES.md).
## Unreleased
## 1.10.0-rc.1
Released 2024-Nov-01
* The experimental APIs previously covered by `OTEL1003`
(`MetricStreamConfiguration.CardinalityLimit`) are now part of the public API
and supported in stable builds.