Changelogs for next release (#2111)

This commit is contained in:
Cijo Thomas 2021-06-25 17:57:42 -07:00 committed by GitHub
parent 58a80153d1
commit a5b42fbe17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 64 additions and 0 deletions

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.1.0-rc1
Released 2021-Jun-25
* Added `IDeferredTracerProviderBuilder`.
([#2058](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2100))

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.1.0-rc1
Released 2021-Jun-25
## 1.1.0-beta4
Released 2021-Jun-09

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.1.0-rc1
Released 2021-Jun-25
## 1.1.0-beta4
Released 2021-Jun-09

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.1.0-rc1
Released 2021-Jun-25
## 1.1.0-beta4
Released 2021-Jun-09

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.1.0-rc1
Released 2021-Jun-25
## 1.1.0-beta4
Released 2021-Jun-09

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc6
Released 2021-Jun-25
## 1.0.0-rc5
Released 2021-Jun-09

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.1.0-rc1
Released 2021-Jun-25
## 1.1.0-beta4
Released 2021-Jun-09

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc6
Released 2021-Jun-25
* Added `GetServices` extension.
([#2058](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2100))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc6
Released 2021-Jun-25
## 1.0.0-rc5
Released 2021-Jun-09

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc6
Released 2021-Jun-25
## 1.0.0-rc5
Released 2021-Jun-09

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc6
Released 2021-Jun-25
## 1.0.0-rc5
Released 2021-Jun-09

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc6
Released 2021-Jun-25
## 1.0.0-rc5
Released 2021-Jun-09

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc6
Released 2021-Jun-25
## 1.0.0-rc5
Released 2021-Jun-09

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc6
Released 2021-Jun-25
* `AddRedisInstrumentation` extension will now resolve `IConnectionMultiplexer`
& `StackExchangeRedisCallsInstrumentationOptions` through DI when
OpenTelemetry.Extensions.Hosting is in use.

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.0.0-rc6
Released 2021-Jun-25
## 1.0.0-rc5
Released 2021-Jun-09

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.1.0-rc1
Released 2021-Jun-25
* Moved `IDeferredTracerProviderBuilder` to API library.
([#2058](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2100))