File tree Expand file tree Collapse file tree 7 files changed +23
-11
lines changed
OpenTelemetry.Instrumentation.ElasticsearchClient
OpenTelemetry.Resources.Azure
OpenTelemetry.Resources.Gcp Expand file tree Collapse file tree 7 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 1010 -->
1111 <PackageReference Include =" System.Text.Encodings.Web"
1212 Version =" $(SystemTextEncodingsWebMinimumOutOfBandPkgVer)"
13- Condition =" ' $(SystemTextJsonMinimumRequiredPkgVer)' == '4.7.2' AND '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
13+ Condition =" ($(SystemTextJsonMinimumRequiredPkgVer.StartsWith('[4.7.2')) OR ' $(SystemTextJsonMinimumRequiredPkgVer)' == '4.7.2') AND '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
1414 <PackageReference Include =" System.Text.Json"
1515 Version =" $(SystemTextJsonMinimumRequiredPkgVer)"
1616 Condition =" '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
Original file line number Diff line number Diff line change 1515* Updated OpenTelemetry core component version(s) to ` 1.9.0 ` .
1616 ([ #1888 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1888 ) )
1717
18+ * Lowered the ` System.Text.Json ` reference to ` 4.7.2 ` for ` net462 ` and
19+ ` netstandard2.0 ` targets in response to
20+ [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
21+ ([ #2198 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2198 ) )
22+
1823## 1.0.0-beta.5
1924
2025Released 2023-Oct-24
Original file line number Diff line number Diff line change 77 <Description >Elasticsearch instrumentation for OpenTelemetry .NET.</Description >
88 <PackageTags >$(PackageTags);distributed-tracing</PackageTags >
99 <MinVerTagPrefix >Instrumentation.ElasticsearchClient-</MinVerTagPrefix >
10+ <SystemTextJsonMinimumRequiredPkgVer >$(SystemTextJsonMinimumOutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer >
1011 </PropertyGroup >
1112
12- <!-- Do not run Package Baseline Validation as this package has never released a stable version.
13+ <!-- Do not run Package Baseline Validation as this package has never released a stable version.
1314 Remove this property once we have released a stable version and add PackageValidationBaselineVersion property. -->
1415 <PropertyGroup >
1516 <DisablePackageBaselineValidation >true</DisablePackageBaselineValidation >
1617 </PropertyGroup >
1718
1819 <ItemGroup >
1920 <PackageReference Include =" OpenTelemetry" Version =" $(OpenTelemetryCoreLatestVersion)" />
20- <PackageReference Include =" System.Text.Json" Version =" 6.0.4" />
2121 </ItemGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change 55* Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
66 ([ #2165 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2165 ) )
77
8+ * Added direct reference to ` System.Text.Json ` for the ` net8.0 ` target with
9+ minimum version of ` 8.0.5 ` in response to
10+ [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
11+ ([ #2198 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2198 ) )
12+
813## 1.0.0-beta.9
914
1015Released 2024-Sep-24
Original file line number Diff line number Diff line change 55 <Description >OpenTelemetry Resource Detectors for Azure cloud environments.</Description >
66 <PackageTags >$(PackageTags);ResourceDetector</PackageTags >
77 <MinVerTagPrefix >Resources.Azure-</MinVerTagPrefix >
8+ <SystemTextJsonMinimumRequiredPkgVer >$(SystemTextJsonMinimumOutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer >
89 </PropertyGroup >
910
1011 <!-- Do not run Package Baseline Validation as this package has never released a stable version.
1516
1617 <ItemGroup >
1718 <PackageReference Include =" OpenTelemetry" Version =" $(OpenTelemetryCoreLatestVersion)" />
18- <PackageReference Include =" System.Text.Json" Version =" 4.7.2" />
19- <!-- System.Text.Encodings.Web is indirect reference. It is needed to upgrade it directly to avoid https://github.com/advisories/GHSA-ghhp-997w-qr28 -->
20- <PackageReference Include =" System.Text.Encodings.Web" Version =" 4.7.2" />
2119 </ItemGroup >
2220
2321 <ItemGroup >
Original file line number Diff line number Diff line change 66 is accessible via ` AddGcpDetector ` extension method on ` ResourceBuilder ` .
77 ([ #1691 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1691 ) )
88
9- For more details, please refer to the [ README] ( README.md ) .
10-
119* Updated OpenTelemetry core component version(s) to ` 1.9.0 ` .
1210 ([ #1888 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1888 ) )
11+
12+ * Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
13+ ([ #2167 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2167 ) )
14+
15+ * Added direct reference to ` System.Text.Json ` for the ` net8.0 ` target with
16+ minimum version of ` 8.0.5 ` in response to
17+ [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
18+ ([ #2198 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2198 ) )
Original file line number Diff line number Diff line change 55 <Description >OpenTelemetry Resource Detectors for Google Cloud Platform environments.</Description >
66 <PackageTags >$(PackageTags);ResourceDetector</PackageTags >
77 <MinVerTagPrefix >Resources.Gcp-</MinVerTagPrefix >
8+ <SystemTextJsonMinimumRequiredPkgVer >$(SystemTextJsonMinimumOutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer >
89 </PropertyGroup >
910
1011 <!-- Do not run Package Baseline Validation as this package has never released a stable version.
1617 <ItemGroup >
1718 <PackageReference Include =" Google.Api.Gax" Version =" 4.8.0" />
1819 <PackageReference Include =" OpenTelemetry" Version =" $(OpenTelemetryCoreLatestVersion)" />
19- <PackageReference Include =" System.Text.Json" Version =" 4.7.2" />
20- <!-- System.Text.Encodings.Web is indirect reference. It is needed to upgrade it directly to avoid https://github.com/advisories/GHSA-ghhp-997w-qr28 -->
21- <PackageReference Include =" System.Text.Encodings.Web" Version =" 4.7.2" />
2220 </ItemGroup >
2321
2422 <ItemGroup >
You can’t perform that action at this time.
0 commit comments