[repo] Prepare release core-1.9.0-rc.1 (#5679)

This commit is contained in:
OpenTelemetry Bot 2024-06-07 21:03:04 +02:00 committed by GitHub
parent 84cd83ad53
commit 357f0a2d79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 36 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.9.0-rc.1
Released 2024-Jun-07
* The experimental APIs previously covered by `OTEL1000`
(`LoggerProviderBuilder` `AddInstrumentation` & `ConfigureServices` extensions
and `IServiceCollection.ConfigureOpenTelemetryLoggerProvider` extension) will

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.9.0-rc.1
Released 2024-Jun-07
* The experimental APIs previously covered by `OTEL1000` (`LoggerProvider`,
`LoggerProviderBuilder`, & `IDeferredLoggerProviderBuilder`) will now be part
of the public API and supported in stable builds.

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.9.0-rc.1
Released 2024-Jun-07
* The experimental APIs previously covered by `OTEL1000`
(`LoggerProviderBuilder.AddConsoleExporter` extension) will now be part of the
public API and supported in stable builds.

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.9.0-rc.1
Released 2024-Jun-07
* The experimental APIs previously covered by `OTEL1000`
(`LoggerProviderBuilder.AddInMemoryExporter` extension) will now be part of
the public API and supported in stable builds.

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.9.0-rc.1
Released 2024-Jun-07
* The experimental APIs previously covered by `OTEL1000`
(`LoggerProviderBuilder.AddOtlpExporter` extension) will now be part of the
public API and supported in stable builds.

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.9.0-rc.1
Released 2024-Jun-07
## 1.9.0-alpha.1
Released 2024-May-20

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.9.0-rc.1
Released 2024-Jun-07
* The experimental APIs previously covered by `OTEL1000`
(`OpenTelemetryBuilder.WithLogging` method) will now be part of the public API
and supported in stable builds.

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.9.0-rc.1
Released 2024-Jun-07
## 1.9.0-alpha.1
Released 2024-May-20

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.9.0-rc.1
Released 2024-Jun-07
* The experimental APIs previously covered by `OTEL1000`
(`LoggerProviderBuilder` `AddProcessor` & `ConfigureResource` extensions, and
`LoggerProvider` `ForceFlush` & `Shutdown` extensions) will now be part of the