[main] Updates for 1.8.1 release (#5548)
This commit is contained in:
parent
89aa7a47ab
commit
266fe91bb8
|
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||
<OTelLatestStableVer>1.8.0</OTelLatestStableVer>
|
||||
<OTelLatestStableVer>1.8.1</OTelLatestStableVer>
|
||||
</PropertyGroup>
|
||||
|
||||
<!--
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.8.1
|
||||
|
||||
Released 2024-Apr-17
|
||||
|
||||
## 1.8.0
|
||||
|
||||
Released 2024-Apr-02
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.8.1
|
||||
|
||||
Released 2024-Apr-17
|
||||
|
||||
## 1.8.0
|
||||
|
||||
Released 2024-Apr-02
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.8.1
|
||||
|
||||
Released 2024-Apr-17
|
||||
|
||||
## 1.8.0
|
||||
|
||||
Released 2024-Apr-02
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.8.1
|
||||
|
||||
Released 2024-Apr-17
|
||||
|
||||
## 1.8.0
|
||||
|
||||
Released 2024-Apr-02
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.8.1
|
||||
|
||||
Released 2024-Apr-17
|
||||
|
||||
## 1.8.0
|
||||
|
||||
Released 2024-Apr-02
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.8.1
|
||||
|
||||
Released 2024-Apr-17
|
||||
|
||||
## 1.8.0
|
||||
|
||||
Released 2024-Apr-02
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue