Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated CHANGELOGs for obsoletions.
  • Loading branch information
CodeBlanch committed May 30, 2024
commit 33ec1e4d600f2d5b7d432508f20dc7330a6bc89c
4 changes: 3 additions & 1 deletion src/OpenTelemetry.Exporter.Console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

* The experimental APIs previously covered by `OTEL1000`
(`LoggerProviderBuilder.AddConsoleExporter` extension) will now be part of the
public API and supported in stable builds.
public API and supported in stable builds. The existing
`OpenTelemetryLoggerOptions.AddConsoleExporter` extension has been marked
`Obsolete`.
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))

## 1.9.0-alpha.1
Expand Down
6 changes: 4 additions & 2 deletions src/OpenTelemetry.Exporter.InMemory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
## Unreleased

* The experimental APIs previously covered by `OTEL1000`
(`LoggerProviderBuilder.AddInMemoryExporter` extension) will now be part of the
public API and supported in stable builds.
(`LoggerProviderBuilder.AddInMemoryExporter` extension) will now be part of
the public API and supported in stable builds. The existing
`OpenTelemetryLoggerOptions.AddInMemoryExporter` extension has been marked
`Obsolete`.
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))

## 1.9.0-alpha.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

* The experimental APIs previously covered by `OTEL1000`
(`LoggerProviderBuilder.AddOtlpExporter` extension) will now be part of the
public API and supported in stable builds.
public API and supported in stable builds. The existing
`OpenTelemetryLoggerOptions.AddOtlpExporter` extension has been marked
`Obsolete`.
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))

## 1.9.0-alpha.1
Expand Down
4 changes: 3 additions & 1 deletion src/OpenTelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
(`LoggerProviderBuilder` `AddProcessor` & `ConfigureResource` extensions,
`LoggerProvider` `ForceFlush` & `Shutdown` extensions, and
`ILoggingBuilder.UseOpenTelemetry` extension) will now be part of the public
API and supported in stable builds.
API and supported in stable builds. The existing `OpenTelemetryLoggerOptions`
`AddProcessor` & `SetResourceBuilder` methods and the
`ILoggingBuilder.AddOpenTelemetry` extension have been marked `Obsolete`.
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))

## 1.9.0-alpha.1
Expand Down