Released 2024-Dec-20
-
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 to6.0.10
for runtimes older thannet8.0
and added a direct reference forSystem.Text.Json
at8.0.5
onnet8.0
in response to CVE-2024-43485. (#2196) -
Updated OpenTelemetry core component version(s) to
1.10.0
. (#2317)
Released 2024-Jun-04
-
Implement support for cloud.{account.id,availability_zone,region} attributes in AWS ECS detector. (#1552)
-
Implement support for
cloud.resource_id
attribute in AWS ECS detector. (#1576) -
Update OpenTelemetry SDK version to
1.8.1
. (#1668) -
Breaking Change: Renamed package from
OpenTelemetry.ResourceDetectors.AWS
toOpenTelemetry.Resources.AWS
. (#1839) -
Breaking Change:
AWSEBSResourceDetector
,AWSEC2ResourceDetector
,AWSECSResourceDetector
andAWSEKSResourceDetector
types are now internal, useResourceBuilder
extension methodsAddAWSEBSDetector
,AddAWSEC2Detector
,AddAWSECSDetector
andAddAWSEKSDetector
respectively to enable the detectors. (#1839) -
Breaking Change: Renamed EventSource from
OpenTelemetry-ResourceDetectors-AWS
toOpenTelemetry-Resources-AWS
. (#1839)
Released 2024-Jan-26
-
Update OpenTelemetry SDK version to
1.7.0
. (#1486) -
Fix AWS EBS Resource Detector working on linux. (#1350)
-
BREAKING: All Resource Detector classes marked as
sealed
. (#1510) -
Make OpenTelemetry.ResourceDetectors.AWS native AoT compatible. (#1541)
Released 2023-Aug-02