OpenTelemetry - CNCF/opentelemetry-dotnet: Release core-1.11.0-rc.1
Name: opentelemetry-dotnet
Owner: OpenTelemetry - CNCF
Release: core-1.11.0-rc.1
Released: 2024-12-11
License: Apache-2.0
Release Assets:
The following changes are from the previous release 1.10.0.
NuGet: OpenTelemetry v1.11.0-rc.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.11.0-rc.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.11.0-rc.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.11.0-rc.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.InMemory v1.11.0-rc.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.11.0-rc.1
Removed the following package references:
Google.Protobuf
Grpc
Grpc.Net.Client
These changes were made to streamline dependencies and reduce the footprint of the exporter. (#6005)
Switched from using the
Google.Protobuf
library for serialization to a custom manual implementation of protobuf serialization. (#6005)Fixed an issue where a
service.name
was added to the resource if it was missing. The exporter now respects the resource data provided by the SDK without modifications. (#6015)Removed the peer service resolver, which was based on earlier experimental semantic conventions that are not part of the stable specification. This change ensures that the exporter no longer modifies or assumes the value of peer service attributes, aligning it more closely with OpenTelemetry protocol specifications. (#6005)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Zipkin v1.11.0-rc.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Extensions.Hosting v1.11.0-rc.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Extensions.Propagators v1.11.0-rc.1
No notable changes.
See CHANGELOG for details.