Skip to content

Latest commit

 

History

History
107 lines (72 loc) · 3.73 KB

File metadata and controls

107 lines (72 loc) · 3.73 KB

Changelog

Unreleased

1.0.0-rc.10

Released 2023-Jun-09

  • Update OTel SDK version to 1.5.0. (#1220)

1.0.0-rc.9

Released 2023-Feb-27

  • Update OTel SDK version to 1.4.0. (#1038)
  • Removes AddWcfInstrumentation method with default configure parameter. (#928)

1.0.0-rc.8

Released 2022-Dec-28

  • Update OTel SDK version to 1.3.1. (#631)
  • Change value rpc.system from wcf to dotnet_wcf. (#837)

1.0.0-rc.7

Released 2022-Aug-23

  • Updated OTel SDK package version to 1.3.0 (#569)
  • Changed activity source name from OpenTelemetry.WCF to OpenTelemetry.Instrumentation.Wcf (#570)

1.0.0-rc.6

Released 2022-Mar-17

  • 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)

1.0.0-rc5

Released 2022-Feb-05

  • Fixed an ArgumentNullException setting Activity.DisplayName when processing service requests with empty actions (#170)

1.0.0-rc4

Released 2021-Oct-22

  • Removed Propagator property on WcfInstrumentationOptions (#163)

1.0.0-rc3

Released 2021-Sep-13

  • Added TelemetryServiceBehavior. Breaking change (config update required): Renamed TelemetryBehaviourExtensionElement -> TelemetryEndpointBehaviorExtensionElement (#152)

  • Added TelemetryContractBehaviorAttribute which can be used for programmatic configuration of WCF services & clients (#153)

1.0.0-rc2

Released 2021-Jun-16

  • Updated OTel SDK package version to 1.1.0-beta1 (#100)

  • Added enricher for WCF activity (#126)