Skip to content

Releases: open-telemetry/opentelemetry-dotnet-contrib

Instrumentation.EntityFrameworkCore-1.0.0-beta.3

19 Mar 00:01
f507e57
Compare
Choose a tag to compare

Extensions.PersistentStorage-1.0.0-alpha.3

18 Mar 20:54
595194d
Compare
Choose a tag to compare

Instrumentation.Wcf-1.0.0-rc.6

17 Mar 23:22
1123c93
Compare
Choose a tag to compare
Pre-release
  • Going forward the NuGet package will be
    OpenTelemetry.Instrumentation.Wcf.
    Older versions will remain at
    OpenTelemetry.Contrib.Instrumentation.Wcf
    (#247)

    Migration:

    • In config files update fully qualified references to not use "Contrib" (eg
      type="OpenTelemetry.Contrib.Instrumentation.Wcf.TelemetryEndpointBehaviorExtensionElement, OpenTelemetry.Contrib.Instrumentation.Wcf" ->
      type="OpenTelemetry.Instrumentation.Wcf.TelemetryEndpointBehaviorExtensionElement, OpenTelemetry.Instrumentation.Wcf")

    • In code update namespaces (eg using OpenTelemetry.Contrib.Instrumentation.Wcf -> using OpenTelemetry.Instrumentation.Wcf)

  • The minimum supported .NET Framework version is now .NET Framework 4.6.2.
    Previous versions will be going out of support in April
    2022

    (#247)

  • Fixed a NullReferenceException in
    TelemetryDispatchMessageInspector.BeforeSendReply when operation is OneWay
    (#237)

Instrumentation.ElasticsearchClient-1.0.0-beta.3

17 Mar 23:46
ff979fb
Compare
Choose a tag to compare

Exporter.Stackdriver-1.0.0-beta.2

17 Mar 04:52
8b456b4
Compare
Choose a tag to compare
Pre-release

Package name changed

Instrumentation.Quartz-1.0.0-alpha.1

15 Mar 01:29
0d7542f
Compare
Choose a tag to compare
Pre-release

First prerelease version of OpenTelemetry.Instrumentation.Quartz

Instrumentation.Wcf-1.0.0-rc5

05 Feb 18:30
667fc49
Compare
Choose a tag to compare
Pre-release
  • Fixed an ArgumentNullException setting Activity.DisplayName when
    processing service requests with empty actions
    (#170)

Instrumentation.Wcf-1.0.0-rc4

22 Oct 17:09
136ec1e
Compare
Choose a tag to compare
Pre-release
  • Removed Propagator property on WcfInstrumentationOptions
    (#163)

Instrumentation.Owin-1.0.0-rc1

29 Sep 06:23
91a1269
Compare
Choose a tag to compare

The initial release of OWIN instrumentation

OpenTelemetry.Contrib.Extensions.AWSXRay v1.1.0

20 Sep 22:56
7d70bb3
Compare
Choose a tag to compare