Released 2024-Dec-12
-
Drop support for .NET 6 as this target is no longer supported and add .NET 8 target. (#2172)
-
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. (#2197) -
Removed the
System.Net.Http
package reference from all targets. (#2197) -
Updated OpenTelemetry core component version(s) to
1.10.0
. (#2317) -
AWSXRayRemoteSamplerBuilder.Build()
now returnsParentBasedSampler
which which is of typeSampler
instead ofAWSXRayRemoteSampler
. (#2188)
Released 2024-Sep-09
- Performance problem fix for calling event source when required. (#2046)
Released 2024-Jun-20
Initial release of OpenTelemetry.Sampler.AWS
.