Skip to content

Latest commit

 

History

History
102 lines (68 loc) · 4 KB

File metadata and controls

102 lines (68 loc) · 4 KB

Changelog - OpenTelemetry.Extensions.AWS

Unreleased

1.10.0-beta.1

Released 2024-Nov-23

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

  • Removed the unused System.Text.Json reference. (#2209)

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

1.3.0-beta.2

Released 2024-Sep-24

  • Remove NuGet reference to System.Net.Http (#1713)

  • Updated OpenTelemetry core component version(s) to 1.9.0. (#1888)

1.3.0-beta.1

Released 2023-Aug-02

  • Rename package from OpenTelemetry.Contrib.Extensions.AWSXRay to OpenTelemetry.Extensions.AWS (#1232)

  • Updates to 1.5.1 of OpenTelemetry SDK. (#1255)

  • Enhancement - AWSXRayIdGenerator - Generate X-Ray IDs with global Random instance instead of recreating with ThreadLocal (#380)

  • Raised minimum .NET version to net462 (#875)

  • Replaced Newtonsoft.Json dependency with System.Text.Json (#1092)

  • Enhancement - AWSECSResourceDetector - Implement aws.{ecs.*,log.*} resource attributes with data from ECS Metadata endpoint v4 (#875)

  • Removal - IResourceDetector - Remove local IResourceDetector interface and its supporting ResourceBuilderExtensions extension, and migrate all detectors to implement OpenTelemetry.Resources.IResourceDetector (#875)

  • Add a net6.0 build with optimized trace ID generation using the new Activity.TraceIdGenerator API. (#1096)

  • Drop support for AWSLambdaResourceDetector. AWS Lambda Resources are detected by OpenTelemetry.Instrumentation.AWSLambda package (#1140)

  • Extract AWS Resource Detectors to dedicated package OpenTelemetry.ResourceDetectors.AWS (#1140)

1.2.0

Released 2022-May-18

  • Enhancement - AWSEKSResourceDetector - Validate ClusterName/ContainerID independently before adding it to the resource (#205)

  • Fix - AWSEKSResourceDetector fails to detect resources due to exception "The SSL connection could not be established" (#208)

1.1.0

Released 2021-Sep-20

  • Added AWS resource detectors (#149)

  • Updated OTel SDK package version to 1.1.0 (#100)

1.0.1

Released 2021-Feb-24

This is the first release for the OpenTelemetry.Contrib.Extensions.AWSXRay project. The project targets v1.0.1 of the OpenTelemetry SDK.

The AWSXRay extensions include plugin to generate X-Ray format trace-ids and a propagator to propagate the X-Ray trace header to downstream. For more details, please refer to the README