Skip to content

Sampler.AWS-0.1.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@opentelemetrybot opentelemetrybot released this 12 Dec 05:37
· 8 commits to main since this release
b7c0f03
  • NuGet: OpenTelemetry.Sampler.AWS v0.1.0-alpha.3

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

    • 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.
      (#2197)

    • Removed the System.Net.Http package reference from all targets.
      (#2197)

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

    • AWSXRayRemoteSamplerBuilder.Build() now returns ParentBasedSampler which
      which is of type Sampler instead of AWSXRayRemoteSampler.
      (#2188)

    See CHANGELOG for details.