Skip to content

Instrumentation.AspNet-1.16.0

Choose a tag to compare

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

    • Fixed route template token matching so short route parameters no longer throw
      IndexOutOfRangeException during route extraction.
      (#4340)

    • Fixed route template extraction for routes with missing MVC route values or
      null defaults.
      (#4344)

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

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.16.0

    • Fixed OnRequestStoppedCallback invocation when no root Activity was
      created.
      (#4307)

    • Fixed internal request stop instrumentation callback exception handling so
      telemetry processing failures do not escape request stop processing.
      (#4344)

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

    See CHANGELOG for details.