File tree Expand file tree Collapse file tree 9 files changed +16
-14
lines changed
OpenTelemetry.Exporter.OneCollector
OpenTelemetry.Extensions.AWS
OpenTelemetry.Instrumentation.ElasticsearchClient
OpenTelemetry.Resources.AWS
OpenTelemetry.Resources.Azure
OpenTelemetry.Resources.Gcp
OpenTelemetry.Sampler.AWS Expand file tree Collapse file tree 9 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 99 ` net8.0 ` and added a direct reference for ` System.Text.Json ` at ` 8.0.5 ` on
1010 ` net8.0 ` in response to
1111 [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
12- ([ #2196 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2196 ) )
12+ ([ #2196 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib /pull/2196 ) )
1313
1414## 1.10.0-alpha.1
1515
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
5+ * Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
6+ ([ #2125 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2125 ) )
7+
8+ * Lowered the ` System.Text.Json ` reference to ` 4.7.2 ` for runtimes older than
69 ` net8.0 ` and added a direct reference for ` System.Text.Json ` at ` 8.0.5 ` on
710 ` net8.0 ` in response to
811 [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
9- ([ #2197 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2197 ) )
12+ ([ #2197 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2197 ) ,
13+ [ #2199 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2199 ) )
1014
1115## 1.3.0-beta.2
1216
@@ -18,9 +22,6 @@ Released 2024-Sep-24
1822* Updated OpenTelemetry core component version(s) to ` 1.9.0 ` .
1923 ([ #1888 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1888 ) )
2024
21- * Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
22- ([ #2125 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2125 ) )
23-
2425## 1.3.0-beta.1
2526
2627Released 2023-Aug-02
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 >
9+ <SystemTextJsonMinimumRequiredPkgVer >$(SystemTextJsonMinimumOutOfBandPkgVer )</SystemTextJsonMinimumRequiredPkgVer >
1010 </PropertyGroup >
1111
1212 <!-- Do not run Package Baseline Validation as this package has never released a stable version.
Original file line number Diff line number Diff line change 1818* Lowered the ` System.Text.Json ` reference to ` 4.7.2 ` for ` net462 ` and
1919 ` netstandard2.0 ` targets in response to
2020 [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
21- ([ #2198 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2198 ) )
21+ ([ #2198 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib /pull/2198 ) )
2222
2323## 1.0.0-beta.5
2424
Original file line number Diff line number Diff line change 1313 ` net8.0 ` and added a direct reference for ` System.Text.Json ` at ` 8.0.5 ` on
1414 ` net8.0 ` in response to
1515 [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
16- ([ #2196 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2196 ) )
16+ ([ #2196 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib /pull/2196 ) )
1717
1818## 1.5.0-beta.1
1919
Original file line number Diff line number Diff line change 88* Added direct reference to ` System.Text.Json ` for the ` net8.0 ` target with
99 minimum version of ` 8.0.5 ` in response to
1010 [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
11- ([ #2198 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2198 ) )
11+ ([ #2198 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib /pull/2198 ) )
1212
1313## 1.0.0-beta.9
1414
Original file line number Diff line number Diff line change 1515* Added direct reference to ` System.Text.Json ` for the ` net8.0 ` target with
1616 minimum version of ` 8.0.5 ` in response to
1717 [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
18- ([ #2198 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2198 ) )
18+ ([ #2198 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib /pull/2198 ) )
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
8+ * Lowered the ` System.Text.Json ` reference to ` 4.7.2 ` for runtimes older than
99 ` net8.0 ` and added a direct reference for ` System.Text.Json ` at ` 8.0.5 ` on
1010 ` net8.0 ` in response to
1111 [ CVE-2024 -43485] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485 ) .
12- ([ #2197 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2197 ) )
12+ ([ #2197 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2197 ) ,
13+ [ #2199 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2199 ) )
1314
1415* Removed the ` System.Net.Http ` package reference from all targets.
1516 ([ #2197 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2197 ) )
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 >
9+ <SystemTextJsonMinimumRequiredPkgVer >$(SystemTextJsonMinimumOutOfBandPkgVer )</SystemTextJsonMinimumRequiredPkgVer >
1010 </PropertyGroup >
1111
1212 <!-- Do not run Package Baseline Validation as this package has never released a stable version.
You can’t perform that action at this time.
0 commit comments