Update changelog for 0.6.0-beta release (#1270)

This commit is contained in:
Cijo Thomas 2020-09-15 17:07:42 -07:00 committed by GitHub
parent 33f617299b
commit f04fcd6297
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
## 0.6.0-beta.1
Released 2020-Sep-15
* Updated System.Diagnostics.DiagnosticSource to version 5.0.0-rc.1.20451.14
([#1265](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1265))
* Added `GetTagValue` extension method on `Activity` for retrieving tag values

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
## 0.5.0-beta.2
Released 2020-08-28

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
* Removed `MaxFlushInterval` from `JaegerExporterOptions`. Batching is now
handled by `BatchExportActivityProcessor` exclusively.
([#1254](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1254))

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
## 0.5.0-beta.2
Released 2020-08-28

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
## 0.5.0-beta.2
Released 2020-08-28

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
## 0.5.0-beta.2
Released 2020-08-28

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
## 0.5.0-beta.2
Released 2020-08-28

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
* Renamed all extension methods from AddOpenTelemetryTracerProvider to AddOpenTelemetryTracing
## 0.5.0-beta.2

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
## 0.5.0-beta.2
Released 2020-08-28

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
* For gRPC invocations, the `grpc.method` and `grpc.status_code` attributes
added by the library are removed from the span. The information from these
attributes is contained in other attributes that follow the conventions of

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
* The `grpc.method` and `grpc.status_code` attributes
added by the library are removed from the span. The information from these
attributes is contained in other attributes that follow the conventions of

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
## 0.5.0-beta.2
Released 2020-08-28

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
## 0.5.0-beta.2
Released 2020-08-28

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
## 0.5.0-beta.2
Released 2020-08-28

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
## 0.5.0-beta.2
Released 2020-08-28

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.6.0-beta.1
Released 2020-Sep-15
* Fixes [953](https://github.com/open-telemetry/opentelemetry-dotnet/issues/953)
* Changes arising from `DiagnosticSource` changes
([#1203](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1203))