-
NuGet: OpenTelemetry.Instrumentation.SqlClient v1.16.0
-
Fix
SqlClientTraceInstrumentationOptionsleaking across multiple tracer
provider registrations.
(#4267) -
Add support for native AoT on .NET 8+.
(#4062) -
Fix SQL query text sanitization for malformed bracketed identifiers in
FROM
clauses to avoid leaking following literal values.
(#4317) -
Fix SQL query text sanitization performance for malformed
FROMclauses with
repeated unterminated bracketed identifiers.
(#4339) -
Fix
SqlClientTraceInstrumentationOptions.EnableTraceContextPropagationto behave
correctly whenActivityTraceFlags.RandomTraceIdis available.
(#4397) -
Fix
db.query.parameter.<key>attributes to always emit the value as a string.
(#4395) -
Fix
SqlConnectionDetailsto parse PostgreSQL data source URIs correctly.
(#4444) -
Updated OpenTelemetry core component version(s) to
1.16.0.
(#4487)
See CHANGELOG for details.
-