Skip to content

Commit

Permalink
[extensions.aws & sampler.aws] STJ tweaks (#2209)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch authored Oct 11, 2024
1 parent b3ac2b8 commit 8286d8d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
8 changes: 2 additions & 6 deletions src/OpenTelemetry.Extensions.AWS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
* Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
([#2125](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2125))

* Lowered the `System.Text.Json` reference to `4.7.2` for runtimes older than
`net8.0` and added a direct reference for `System.Text.Json` at `8.0.5` on
`net8.0` in response to
[CVE-2024-43485](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485).
([#2197](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2197),
[#2199](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2199))
* Removed the unused `System.Text.Json` reference.
([#2209](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2209))

## 1.3.0-beta.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<TargetFrameworks Condition="$(OS) == 'Windows_NT'">$(TargetFrameworks);$(NetFrameworkMinimumSupportedVersion)</TargetFrameworks>
<Description>OpenTelemetry extensions for AWS.</Description>
<MinVerTagPrefix>Instrumentation.AWS-</MinVerTagPrefix>
<SystemTextJsonMinimumRequiredPkgVer>$(SystemTextJsonMinimumOutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer>
</PropertyGroup>

<!-- Do not run Package Baseline Validation as this package has never released a stable version.
Expand Down
7 changes: 3 additions & 4 deletions src/OpenTelemetry.Sampler.AWS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
* Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
([#2172](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2172))

* Lowered the `System.Text.Json` reference to `4.7.2` for runtimes older than
* Bumped the `System.Text.Json` reference to `6.0.10` for runtimes older than
`net8.0` and added a direct reference for `System.Text.Json` at `8.0.5` on
`net8.0` in response to
[CVE-2024-43485](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485).
([#2197](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2197),
[#2199](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2199))
([#2197](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2197))

* Removed the `System.Net.Http` package reference from all targets.
([#2197](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2197))
([#2197](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2197))

## 0.1.0-alpha.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks Condition="$(OS) == 'Windows_NT'">$(TargetFrameworks);$(NetFrameworkMinimumSupportedVersion)</TargetFrameworks>
<Description>OpenTelemetry remote sampler for AWS X-Ray.</Description>
<MinVerTagPrefix>Sampler.AWS-</MinVerTagPrefix>
<SystemTextJsonMinimumRequiredPkgVer>$(SystemTextJsonMinimumOutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer>
<SystemTextJsonMinimumRequiredPkgVer>$(SystemTextJsonLatestNet6OutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer>
</PropertyGroup>

<!-- Do not run Package Baseline Validation as this package has never released a stable version.
Expand Down

0 comments on commit 8286d8d

Please sign in to comment.