For highlights and announcements pertaining to this release see: Release Notes > 1.12.0.
The following changes are from the previous release 1.11.2.
-
NuGet: OpenTelemetry v1.12.0
No notable changes.
See CHANGELOG for details.
-
NuGet: OpenTelemetry.Api v1.12.0
- Added a new overload for
TracerProvider.GetTracer
which accepts an optional
IEnumerable<KeyValuePair<string, object?>>? tags
parameter, allowing
additional attributes to be associated with theTracer
.
(#6137)
See CHANGELOG for details.
- Added a new overload for
-
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.12.0
No notable changes.
See CHANGELOG for details.
-
NuGet: OpenTelemetry.Exporter.Console v1.12.0
No notable changes.
See CHANGELOG for details.
-
NuGet: OpenTelemetry.Exporter.InMemory v1.12.0
No notable changes.
See CHANGELOG for details.
-
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.12.0
- Breaking Change: .NET Framework and .NET Standard builds now default to
exporting over OTLP/HTTP instead of OTLP/gRPC. This change could result in a
failure to export telemetry unless appropriate measures are taken.
Additionally, if you explicitly configure the exporter to use OTLP/gRPC it may
result in aNotSupportedException
without further configuration. Please
carefully review issue
(#6209)
for additional information and workarounds.
(#6229)
See CHANGELOG for details.
- Breaking Change: .NET Framework and .NET Standard builds now default to
-
NuGet: OpenTelemetry.Exporter.Zipkin v1.12.0
No notable changes.
See CHANGELOG for details.
-
NuGet: OpenTelemetry.Extensions.Hosting v1.12.0
No notable changes.
See CHANGELOG for details.
-
NuGet: OpenTelemetry.Extensions.Propagators v1.12.0
No notable changes.
See CHANGELOG for details.