File tree Expand file tree Collapse file tree 7 files changed +28
-8
lines changed
OpenTelemetry.Exporter.OneCollector
OpenTelemetry.Extensions.AWS
OpenTelemetry.Resources.AWS
OpenTelemetry.Sampler.AWS
test/OpenTelemetry.Instrumentation.Http.Tests Expand file tree Collapse file tree 7 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 55* Drop support for .NET 6 as this target is no longer supported.
66 ([ #2123 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2123 ) )
77
8- * Bumped ` System.Text.Json ` reference to ` 6.0.10 ` for runtimes older than
9- ` net8.0 ` and bumped to ` 8.0.5 ` on ` net8.0 ` in response to
8+ * Bumped the ` System.Text.Json ` reference to ` 6.0.10 ` for runtimes older than
9+ ` net8.0 ` and added a direct reference for ` System.Text.Json ` at ` 8.0.5 ` on
10+ ` net8.0 ` in response to
1011 [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
1112 ([ #2196 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2196 ) )
1213
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ * Bumped the ` System.Text.Json ` reference to ` 6.0.10 ` for runtimes older than
6+ ` net8.0 ` and added a direct reference for ` System.Text.Json ` at ` 8.0.5 ` on
7+ ` net8.0 ` in response to
8+ [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
9+ ([ #2197 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2197 ) )
10+
511## 1.3.0-beta.2
612
713Released 2024-Sep-24
Original file line number Diff line number Diff line change 66 <TargetFrameworks Condition =" $(OS) == 'Windows_NT'" >$(TargetFrameworks);$(NetFrameworkMinimumSupportedVersion)</TargetFrameworks >
77 <Description >OpenTelemetry extensions for AWS.</Description >
88 <MinVerTagPrefix >Extensions.AWS-</MinVerTagPrefix >
9+ <SystemTextJsonMinimumRequiredPkgVer >$(SystemTextJsonLatestNet6OutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer >
910 </PropertyGroup >
1011
1112 <!-- Do not run Package Baseline Validation as this package has never released a stable version.
1617
1718 <ItemGroup >
1819 <PackageReference Include =" OpenTelemetry" Version =" $(OpenTelemetryCoreLatestVersion)" />
19- <PackageReference Include =" System.Text.Json" Version =" 6.0.0" Condition =" '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
2020 </ItemGroup >
2121
2222 <ItemGroup >
Original file line number Diff line number Diff line change 99 and add .NET Standard 2.0 target.
1010 ([ #2164 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2164 ) )
1111
12- * Bumped ` System.Text.Json ` reference to ` 6.0.10 ` for runtimes older than
13- ` net8.0 ` and bumped to ` 8.0.5 ` on ` net8.0 ` in response to
12+ * Bumped the ` System.Text.Json ` reference to ` 6.0.10 ` for runtimes older than
13+ ` net8.0 ` and added a direct reference for ` System.Text.Json ` at ` 8.0.5 ` on
14+ ` net8.0 ` in response to
1415 [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
1516 ([ #2196 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2196 ) )
1617
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 ([ #2172 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2172 ) )
77
8+ * Bumped the ` System.Text.Json ` reference to ` 6.0.10 ` for runtimes older than
9+ ` net8.0 ` and added a direct reference for ` System.Text.Json ` at ` 8.0.5 ` on
10+ ` net8.0 ` in response to
11+ [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
12+ ([ #2197 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2197 ) )
13+
14+ * Removed the ` System.Net.Http ` package reference from all targets.
15+ ([ #2197 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2197 ) )
16+
817## 0.1.0-alpha.2
918
1019Released 2024-Sep-09
Original file line number Diff line number Diff line change 66 <TargetFrameworks Condition =" $(OS) == 'Windows_NT'" >$(TargetFrameworks);$(NetFrameworkMinimumSupportedVersion)</TargetFrameworks >
77 <Description >OpenTelemetry remote sampler for AWS X-Ray.</Description >
88 <MinVerTagPrefix >Sampler.AWS-</MinVerTagPrefix >
9+ <SystemTextJsonMinimumRequiredPkgVer >$(SystemTextJsonLatestNet6OutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer >
910 </PropertyGroup >
1011
1112 <!-- Do not run Package Baseline Validation as this package has never released a stable version.
1617
1718 <ItemGroup >
1819 <PackageReference Include =" OpenTelemetry" Version =" $(OpenTelemetryCoreLatestVersion)" />
19- <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
20- <PackageReference Include =" System.Text.Json" Version =" 6.0.0" Condition =" '$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
20+ </ItemGroup >
21+
22+ <ItemGroup Condition =" '$(TargetFramework)' == '$(NetFrameworkMinimumSupportedVersion)'" >
23+ <Reference Include =" System.Net.Http" />
2124 </ItemGroup >
2225
2326 <ItemGroup >
Original file line number Diff line number Diff line change 1919
2020 <ItemGroup >
2121 <PackageReference Include =" OpenTelemetry.Exporter.InMemory" Version =" $(OpenTelemetryExporterInMemoryPkgVer)" />
22- <PackageReference Include =" System.Text.Json" Version =" 8.0.5 " />
22+ <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonLatestNet8OutOfBandPkgVer) " />
2323 </ItemGroup >
2424
2525 <ItemGroup >
You can’t perform that action at this time.
0 commit comments