Skip to content

Instrumentation.SqlClient-1.16.0

Choose a tag to compare

@otelbot-dotnet-contrib otelbot-dotnet-contrib released this 24 Jun 16:35
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.
d2fdcae
  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.16.0

    • Fix SqlClientTraceInstrumentationOptions leaking 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 FROM clauses with
      repeated unterminated bracketed identifiers.
      (#4339)

    • Fix SqlClientTraceInstrumentationOptions.EnableTraceContextPropagation to behave
      correctly when ActivityTraceFlags.RandomTraceId is available.
      (#4397)

    • Fix db.query.parameter.<key> attributes to always emit the value as a string.
      (#4395)

    • Fix SqlConnectionDetails to parse PostgreSQL data source URIs correctly.
      (#4444)

    • Updated OpenTelemetry core component version(s) to 1.16.0.
      (#4487)

    See CHANGELOG for details.