Update CHANGELOG for 1.4.0-alpha.1 release (#3523)
This commit is contained in:
parent
3929727675
commit
83a8f94ad0
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.4.0-alpha.1
|
||||
|
||||
Released 2022-Aug-02
|
||||
|
||||
## 1.3.0
|
||||
|
||||
Released 2022-Jun-03
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.4.0-alpha.1
|
||||
|
||||
Released 2022-Aug-02
|
||||
|
||||
## 1.3.0-rc.2
|
||||
|
||||
Released 2022-June-1
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.0.0-rc9.5
|
||||
|
||||
Released 2022-Aug-02
|
||||
|
||||
## 1.0.0-rc9.4
|
||||
|
||||
Released 2022-Jun-03
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.4.0-alpha.1
|
||||
|
||||
Released 2022-Aug-02
|
||||
|
||||
## 1.3.0
|
||||
|
||||
Released 2022-Jun-03
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.0.0-rc9.5
|
||||
|
||||
Released 2022-Aug-02
|
||||
|
||||
## 1.0.0-rc9.4
|
||||
|
||||
Released 2022-Jun-03
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 1.0.0-rc9.5
|
||||
|
||||
Released 2022-Aug-02
|
||||
|
||||
## 1.0.0-rc9.4
|
||||
|
||||
Released 2022-Jun-03
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue