Skip to content

Releases: open-telemetry/opentelemetry-dotnet-contrib

Instrumentation.Process-1.11.0-beta.1

27 Jan 07:50
bd18e49
Compare
Choose a tag to compare
Pre-release

Instrumentation.GrpcNetClient-1.11.0-beta.1

27 Jan 07:46
cc1e53a
Compare
Choose a tag to compare

Instrumentation.EntityFrameworkCore-1.11.0-beta.1

27 Jan 07:32
7b477da
Compare
Choose a tag to compare

Instrumentation.AspNet-1.11.0-beta.1

27 Jan 07:21
b0506fe
Compare
Choose a tag to compare
Pre-release

Instrumentation.AWS-1.10.0-rc.2

15 Jan 05:31
1ecd3fd
Compare
Choose a tag to compare
Pre-release

Resources.AWS-1.10.0-rc.1

06 Jan 21:04
a575dcc
Compare
Choose a tag to compare
Pre-release

Instrumentation.AWS-1.10.0-rc.1

06 Jan 21:04
fe79f14
Compare
Choose a tag to compare
Pre-release

Extensions-1.10.0-beta.1

30 Dec 19:22
840a757
Compare
Choose a tag to compare
Pre-release
  • NuGet: OpenTelemetry.Extensions v1.10.0-beta.1

    • Dropped support for the net7.0 target because .NET 7 is no longer supported.
      (#2038)

    • Update BaggageActivityProcessor to require baggage key predicate.
      (#1816)

    • Added rate limiting sampler which limits the number of traces to the specified
      rate per second. For details see
      RateLimitingSampler.
      (#1996)

    • Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
      (#2124)

    • Updated OpenTelemetry core component version(s) to 1.10.0.
      (#2317)

    • Adds Baggage LogRecord Processor.
      (#2354)

    See CHANGELOG for details.

Instrumentation.ServiceFabricRemoting-1.9.0-beta.1

24 Dec 17:59
1dae73c
Compare
Choose a tag to compare

Resources.AWS-1.10.0-beta.1

20 Dec 01:02
ac599f4
Compare
Choose a tag to compare
Pre-release
  • NuGet: OpenTelemetry.Resources.AWS v1.10.0-beta.1

    • Introduce AWSResourceBuilderOptions.SemanticConventionVersion which
      provides a mechanism for developers to opt-in to newer versions of the
      of the Open Telemetry Semantic Conventions.
      (#2367)

    • Drop support for .NET 6 as this target is no longer supported
      and add .NET Standard 2.0 target.
      (#2164)

    • Bumped the System.Text.Json reference to 6.0.10 for runtimes older than
      net8.0 and added a direct reference for System.Text.Json at 8.0.5 on
      net8.0 in response to
      CVE-2024-43485.
      (#2196)

    • Updated OpenTelemetry core component version(s) to 1.10.0.
      (#2317)

    See CHANGELOG for details.