-
NuGet: OpenTelemetry.Extensions.AWS v1.10.0-beta.1
-
Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
(#2125) -
Removed the unused
System.Text.Json
reference.
(#2209) -
Updated OpenTelemetry core component version(s) to
1.10.0
.
(#2317)
See CHANGELOG for details.
-
-
NuGet: OpenTelemetry.Instrumentation.AWS v1.10.0-beta.1
- Move adding request and response info to AWSTracingPipelineHandler
(#2137) - Drop support for .NET 6 as this target is no longer supported and add .NET 8 target.
(#2139)
See CHANGELOG for details.
- Move adding request and response info to AWSTracingPipelineHandler
-
NuGet: OpenTelemetry.Instrumentation.AWSLambda v1.10.0-beta.1
- Add detection of Lambda cold start and set
faas.coldstart
Activity tag.
(#2037) - Add HTTP server span attributes for Application Loadbalancer triggers
(#2033) - Drop support for .NET 6 as this target is no longer supported
and add .NET 8/.NET Standard 2.0 targets.
(#2140) - Add a direct reference to
System.Text.Json
at6.0.10
for the
netstandard2.0
target and at8.0.5
for thenet8.0
target.
(#2203)
See CHANGELOG for details.
- Add detection of Lambda cold start and set