Skip to content

Instrumentation.Wcf-1.16.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@otelbot-dotnet-contrib otelbot-dotnet-contrib released this 24 Jun 16:38
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.
526cc27
  • NuGet: OpenTelemetry.Instrumentation.Wcf v1.16.0-beta.1

    • Fixed an issue where server-side exception recording could bypass
      IncomingRequestFilter for filtered faulting requests.
      (#4306)

    • Fixed ArgumentNullException thrown by TelemetryEndpointBehavior when an endpoint
      operation has a null Action (e.g., when WCF service help pages are enabled).
      (#4026)

    • Fixed an issue where non-session WCF client channels could be wrapped in
      instrumented channel types that incorrectly advertised session support.
      (#4368)

    • Fixed an issue where async WCF client operations could throw when
      ExecutionContext flow was suppressed.
      (#4378)

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

    • Add support for version 1.42.0
      of the Semantic Conventions for RPC when the OTEL_SEMCONV_STABILITY_OPT_IN
      environment variable is set to rpc or rpc/dup.
      (#4377)

    • Add instrumentation scope version and schema URL to metrics and traces.
      (#4377)

    See CHANGELOG for details.