[main] Updates for 1.8.1 release (#5548)

This commit is contained in:
Mikel Blanchard 2024-04-18 09:51:59 -07:00 committed by GitHub
parent 89aa7a47ab
commit 266fe91bb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 45 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<OTelLatestStableVer>1.8.0</OTelLatestStableVer>
<OTelLatestStableVer>1.8.1</OTelLatestStableVer>
</PropertyGroup>
<!--

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.8.1
Released 2024-Apr-17
## 1.8.0
Released 2024-Apr-02

View File

@ -7,6 +7,10 @@
[W3C Baggage propagation format specification](https://www.w3.org/TR/baggage/).
([#5303](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5303))
## 1.8.1
Released 2024-Apr-17
## 1.8.0
Released 2024-Apr-02

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.8.1
Released 2024-Apr-17
## 1.8.0
Released 2024-Apr-02

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.8.1
Released 2024-Apr-17
## 1.8.0
Released 2024-Apr-02

View File

@ -2,14 +2,18 @@
## Unreleased
* Fix native AoT warnings in `OpenTelemetry.Exporter.OpenTelemetryProtocol`.
([#5520](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5520))
* `User-Agent` header format changed from
`OTel-OTLP-Exporter-Dotnet/{NuGet Package Version}+{Commit Hash}`
to `OTel-OTLP-Exporter-Dotnet/{NuGet Package Version}`.
([#5528](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5528))
## 1.8.1
Released 2024-Apr-17
* Fix native AoT warnings in `OpenTelemetry.Exporter.OpenTelemetryProtocol`.
([#5520](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5520))
## 1.8.0
Released 2024-Apr-02

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.8.1
Released 2024-Apr-17
## 1.8.0
Released 2024-Apr-02

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.8.1
Released 2024-Apr-17
## 1.8.0
Released 2024-Apr-02

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.8.1
Released 2024-Apr-17
## 1.8.0
Released 2024-Apr-02

View File

@ -2,16 +2,20 @@
## Unreleased
* Fixed an issue in Logging where unwanted objects (processors, exporters, etc.)
could be created inside delegates automatically executed by the Options API
during configuration reload.
([#5514](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5514))
* **Experimental (pre-release builds only):** Exposed `ExemplarReservoir` as a
public API and added support for setting an `ExemplarReservoir` factory
function when configuring a view (applies to individual metrics).
([#5542](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5542))
## 1.8.1
Released 2024-Apr-17
* Fixed an issue in Logging where unwanted objects (processors, exporters, etc.)
could be created inside delegates automatically executed by the Options API
during configuration reload.
([#5514](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5514))
## 1.8.0
Released 2024-Apr-02