CHANGELOG.md Files Update - 1.0.0-rc9 (#2851)

This commit is contained in:
Cijo Thomas 2022-02-02 17:40:09 -08:00 committed by GitHub
parent f933b67e02
commit d3afacc293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 76 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.2.0-rc2
Released 2022-Feb-02
* Added `ParentSpanId` to `TelemetrySpan` ([#2740](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2740))
## 1.2.0-rc1

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.2.0-rc2
Released 2022-Feb-02
Fix MetricExporter to respect Console and Debug flags.
Added `Activity.Links` support to `ConsoleActivityExporter`.

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.2.0-rc2
Released 2022-Feb-02
## 1.2.0-rc1
Released 2021-Nov-29

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.2.0-rc2
Released 2022-Feb-02
* Improved span duration's precision from millisecond to microsecond
([#2814](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2814))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
## 1.0.0-rc8
Released 2021-Oct-08

View File

@ -6,6 +6,10 @@
## Unreleased
## 1.2.0-rc2
Released 2022-Feb-02
* Added validation that insecure channel is configured correctly when using
.NET Core 3.x for gRPC-based exporting.
([#2691](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2691))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.2.0-rc2
Released 2022-Feb-02
* Update default `httpListenerPrefixes` for PrometheusExporter to be `http://localhost:9464/`.
([2783](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2783))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
## 1.0.0-rc8
Released 2021-Oct-08

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.2.0-rc2
Released 2022-Feb-02
## 1.2.0-rc1
Released 2021-Nov-29

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
## 1.0.0-rc8
Released 2021-Oct-08

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
## 1.0.0-rc8
Released 2021-Oct-08

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
## 1.0.0-rc8
Released 2021-Oct-08

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
## 1.0.0-rc8
Released 2021-Oct-08

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
## 1.0.0-rc8
Released 2021-Oct-08

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
* Fixed an issue with `Filter` and `Enrich` callbacks not firing under certain
conditions when gRPC is used
([#2698](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2698))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
## 1.0.0-rc8
Released 2021-Oct-08

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
## 1.0.0-rc8
Released 2021-Oct-08

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9
Released 2022-Feb-02
## 1.0.0-rc8
Released 2021-Oct-08

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.2.0-rc2
Released 2022-Feb-02
* Make `MetricPoint` of `MetricPointAccessor` readonly.
([2736](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2736))