github open-telemetry/opentelemetry-dotnet-contrib Instrumentation.SqlClient-1.14.0-rc.1

latest release: Instrumentation.Hangfire-1.14.0-beta.2
pre-release10 hours ago
  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.14.0-rc.1

    • Remove support for the OTEL_SEMCONV_STABILITY_OPT_IN configuration option.
      Previously, the old conventions were emitted by default with the option to emit
      the stable conventions. Now, only the stable conventions are supported.
      (#3592)

    • Improve SQL parsing for sanitization and summary generation. Support additional
      cases for escaped identifiers. Optimize performance of parsing logic.
      (#3627)

    • Improve SQL parsing for sanitization for Unicode string literals.
      (#3662)

    • Sanitize the object name for SQL query text using the LOGIN or USER keywords and
      remove from query summaries.
      (#3663)

    • Improve SQL parsing to generate query summaries for more T-SQL keywords.
      (#3671)

    • Make additional attributes available on Activity start. The full list of
      attributes available at time of sampling now conforms with the
      semantic conventions.
      (#3675)

    • Metrics and spans report telemetry schema URL v1.33.0.
      (#3680)

    See CHANGELOG for details.

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

NewReleases is sending notifications on new releases.