github open-telemetry/opentelemetry-dotnet-contrib Instrumentation.SqlClient-1.16.0

  • 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.

Don't miss a new opentelemetry-dotnet-contrib release

NewReleases is sending notifications on new releases.