Update CHANGELOG for 1.4.0-rc.1 (#4004)

This commit is contained in:
Utkarsh Umesan Pillai 2022-12-12 14:54:53 -08:00 committed by GitHub
parent 0a9bc552ed
commit ebabb63f57
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.4.0-rc.1
Released 2022-Dec-12
* Updated to System.Diagnostics.DiagnosticSource version `7.0.0`.
## 1.4.0-beta.3

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
* Bug fix to prevent ConsoleExporter from failing when exporting an
`ActivityLink` without Tags.
([#3932](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3932))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
## 1.4.0-beta.3
Released 2022-Nov-07

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
## 1.4.0-beta.3
Released 2022-Nov-07

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
## 1.4.0-beta.3
Released 2022-Nov-07

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
* Fix default values for `OTEL_ATTRIBUTE_COUNT_LIMIT`,
`OTEL_ATTRIBUTE_COUNT_LIMIT`,
`OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT`,

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
## 1.4.0-beta.3
Released 2022-Nov-07

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
## 1.4.0-beta.3
Released 2022-Nov-07

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.10
Released 2022-Dec-12
## 1.0.0-rc9.9
Released 2022-Nov-07

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
## 1.4.0-beta.3
Released 2022-Nov-07

View File

@ -2,4 +2,8 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
Initial release.

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
* Added the `OpenTelemetryBuilder.StartWithHost` extension.
([#3923](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3923))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
## 1.4.0-beta.3
Released 2022-Nov-07

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.10
Released 2022-Dec-12
* **Users migrating from version `1.0.0-rc9.9` will see the following breaking
changes:**
* Updated `http.status_code` dimension type from string to int for

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.10
Released 2022-Dec-12
## 1.0.0-rc9.9
Released 2022-Nov-07

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.10
Released 2022-Dec-12
* Added `net.peer.name` and `net.peer.port` as dimensions on
`http.client.duration` metric.
([#3907](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3907))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.10
Released 2022-Dec-12
* **Breaking change**: The same API is now exposed for `net462` and
`netstandard2.0` targets. `SetDbStatement` has been removed. Use
`SetDbStatementForText` to capture command text and stored procedure names on

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc9.10
Released 2022-Dec-12
## 1.0.0-rc9.9
Released 2022-Nov-07

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.4.0-rc.1
Released 2022-Dec-12
* Added dependency injection support in the `ResourceBuilder` class and added
support for loading environment variables from `IConfiguration` for the
`AddEnvironmentVariableDetector` extension (Logs)