Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Released 2024-Jun-07

* The experimental APIs previously covered by `OTEL1000`
(`LoggerProviderBuilder` `AddInstrumentation` & `ConfigureServices` extensions
and `IServiceCollection.ConfigureOpenTelemetryLoggerProvider` extension) will
now be part of the public API and supported in stable builds.
and `IServiceCollection.ConfigureOpenTelemetryLoggerProvider` extension) are
now part of the public API and supported in stable builds.
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))

## 1.9.0-alpha.1
Expand Down
4 changes: 2 additions & 2 deletions src/OpenTelemetry.Api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Released 2024-Jun-14
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.
`LoggerProviderBuilder`, & `IDeferredLoggerProviderBuilder`) are now part of
the public API and supported in stable builds.
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))

## 1.9.0-alpha.1
Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Exporter.Console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Released 2024-Jun-14
Released 2024-Jun-07

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

Expand Down
4 changes: 2 additions & 2 deletions src/OpenTelemetry.Exporter.InMemory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Released 2024-Jun-14
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.
(`LoggerProviderBuilder.AddInMemoryExporter` extension) are now part of the
public API and supported in stable builds.
([#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 @@ -43,8 +43,8 @@ Released 2024-Jun-14
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.
(`LoggerProviderBuilder.AddOtlpExporter` extension) are now part of the public
API and supported in stable builds.
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))

## 1.9.0-alpha.1
Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Extensions.Hosting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Released 2024-Jun-14
Released 2024-Jun-07

* The experimental APIs previously covered by `OTEL1000`
(`OpenTelemetryBuilder.WithLogging` method) will now be part of the public API
(`OpenTelemetryBuilder.WithLogging` method) are now be part of the public API
and supported in stable builds.
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))

Expand Down
10 changes: 5 additions & 5 deletions src/OpenTelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Notes](../../RELEASENOTES.md).
## Unreleased

* The experimental APIs previously covered by `OTEL1003`
(`MetricStreamConfiguration.CardinalityLimit`) will now be part of the public
API and supported in stable builds.
(`MetricStreamConfiguration.CardinalityLimit`) are now part of the public API
and supported in stable builds.
([#5926](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5926))

* Promoted overflow attribute from experimental to stable and removed the
Expand Down Expand Up @@ -80,7 +80,7 @@ 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
`LoggerProvider` `ForceFlush` & `Shutdown` extensions) are now part of the
public API and supported in stable builds.
([#5648](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5648))

Expand All @@ -107,8 +107,8 @@ Released 2024-May-20
* The experimental APIs previously covered by `OTEL1002` (`Exemplar`,
`ExemplarFilterType`, `MeterProviderBuilder.SetExemplarFilter`,
`ReadOnlyExemplarCollection`, `ReadOnlyFilteredTagCollection`, &
`MetricPoint.TryGetExemplars`) will now be part of the public API and
supported in stable builds.
`MetricPoint.TryGetExemplars`) are now part of the public API and supported in
stable builds.
([#5607](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5607))

* Fixed the nullable annotations for the `SamplingResult` constructors
Expand Down