Releases: open-telemetry/opentelemetry-dotnet-contrib
Instrumentation.EntityFrameworkCore-1.0.0-beta.3
-
Going forward the NuGet package will be
OpenTelemetry.Instrumentation.EntityFrameworkCore
.
Older versions will remain at
OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore
(#261)Migration:
- In code update namespaces (eg
using OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore
->using OpenTelemetry.Instrumentation.EntityFrameworkCore
)
- In code update namespaces (eg
Extensions.PersistentStorage-1.0.0-alpha.3
-
Going forward the NuGet package will be
OpenTelemetry.Extensions.PersistentStorage
.
Older versions will remain at
OpenTelemetry.Contrib.Extensions.PersistentStorage
(#258)Migration:
- In code update namespaces (eg
using OpenTelemetry.Contrib.Extensions.PersistentStorage
->using OpenTelemetry.Extensions.PersistentStorage
)
- In code update namespaces (eg
Instrumentation.Wcf-1.0.0-rc.6
-
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
-
Going forward the NuGet package will be
OpenTelemetry.Instrumentation.ElasticsearchClient
.
Older versions will remain at
OpenTelemetry.Contrib.Instrumentation.ElasticsearchClient
(#248)Migration:
- In code update namespaces (eg
using OpenTelemetry.Contrib.Instrumentation.ElasticsearchClient
->using OpenTelemetry.Instrumentation.ElasticsearchClient
)
- In code update namespaces (eg
Exporter.Stackdriver-1.0.0-beta.2
Package name changed
- Going forward the NuGet package will be
OpenTelemetry.Exporter.Stackdriver
.
Older versions will remain at
OpenTelemetry.Contrib.Exporter.Stackdriver
.
(#223)
Instrumentation.Quartz-1.0.0-alpha.1
First prerelease version of OpenTelemetry.Instrumentation.Quartz
Instrumentation.Wcf-1.0.0-rc5
- Fixed an
ArgumentNullException
settingActivity
.DisplayName
when
processing service requests with empty actions
(#170)
Instrumentation.Wcf-1.0.0-rc4
- Removed
Propagator
property onWcfInstrumentationOptions
(#163)
Instrumentation.Owin-1.0.0-rc1
The initial release of OWIN instrumentation
OpenTelemetry.Contrib.Extensions.AWSXRay v1.1.0
Please refer to CHANGELOG for details.