Update CHANGELOG for 1.4.0-alpha.1 release (#3523)

This commit is contained in:
Utkarsh Umesan Pillai 2022-08-02 18:28:08 -07:00 committed by GitHub
parent 3929727675
commit 83a8f94ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 64 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-alpha.1
Released 2022-Aug-02
* Add `Activity.RecordException` overload accepting additional attributes to
add to the `ActivityEvent`.
[#3433](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3433)

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-alpha.1
Released 2022-Aug-02
* The `MetricReaderOptions` defaults can be overridden using
`OTEL_METRIC_EXPORT_INTERVAL` and `OTEL_METRIC_EXPORT_TIMEOUT`
environmental variables as defined in the

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-alpha.1
Released 2022-Aug-02
* `InMemoryExporter` will now buffer scopes when exporting `LogRecord`
([#3360](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3360))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-alpha.1
Released 2022-Aug-02
## 1.3.0
Released 2022-Jun-03

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-alpha.1
Released 2022-Aug-02
## 1.3.0-rc.2
Released 2022-June-1

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-alpha.1
Released 2022-Aug-02
* Adds support for limiting the length and count of attributes exported from
the OTLP exporter. These
[Attribute Limits](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md#attribute-limits)

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.5
Released 2022-Aug-02
## 1.0.0-rc9.4
Released 2022-Jun-03

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-alpha.1
Released 2022-Aug-02
## 1.3.0
Released 2022-Jun-03

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.5
Released 2022-Aug-02
## 1.0.0-rc9.4
Released 2022-Jun-03

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-alpha.1
Released 2022-Aug-02
* Add `JaegerPropagator`.
([1881](https://github.com/open-telemetry/opentelemetry-dotnet/issues/1881))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.5
Released 2022-Aug-02
* Fix Remote IP Address - NULL reference exception.
([#3481](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3481))
* Metrics instrumentation to correctly populate `http.flavor` tag.

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.5
Released 2022-Aug-02
## 1.0.0-rc9.4
Released 2022-Jun-03

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.5
Released 2022-Aug-02
* Added `http.scheme` tag to tracing instrumentation.
([#3464](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3464))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.5
Released 2022-Aug-02
* Update the `ActivitySource.Name` from "OpenTelemetry.SqlClient" to
"OpenTelemetry.Instrumentation.SqlClient".
([#3435](https://github.com/open-telemetry/opentelemetry-dotnet/issues/3435))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.5
Released 2022-Aug-02
* Fix: Handling of OpenTracing spans when used in conjunction
with legacy "Microsoft.AspNetCore.Hosting.HttpRequestIn" activities.
([#3509](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3506))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-alpha.1
Released 2022-Aug-02
* `TracerProviderSDK` modified for spans with remote parent. For such spans
activity will be created irrespective of SamplingResult, to maintain context
propagation.