Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 3.25 KB

File metadata and controls

75 lines (55 loc) · 3.25 KB

Changelog

Unreleased

1.0.0-rc.6

Released 2024-Apr-19

  • Massive memory leak in OwinInstrumentationMetrics addressed. Made both Meter and Histogram singletons. (#1655)

1.0.0-rc.5

Released 2024-Apr-17

  • Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text Redacted when building the http.url tag. For example, ?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variable OTEL_DOTNET_EXPERIMENTAL_OWIN_DISABLE_URL_QUERY_REDACTION to true. (#1656)
  • ActivitySource.Version and Meter.Version are set to NuGet package version. (#1624)
  • Updated OpenTelemetry SDK to 1.8.0. (#1635)

1.0.0-rc.4

Released 2024-Mar-20

  • Updated OpenTelemetry SDK to 1.7.0. (#1486)
  • Removes AddOwinInstrumentation method with default configure parameter. (#929)
  • Adds HTTP server metrics via AddOwinInstrumentation extension method on MeterProviderBuilder (#1335)
  • Fix description for http.server.request.duration metric. (#1538)
  • Span status is set based on semantic convention for server spans. (#1538)

1.0.0-rc.3

Released 2022-Sep-20

  • Changed activity source name from OpenTelemetry.OWIN to OpenTelemetry.Instrumentation.Owin (#572)
  • Changed to depend on at least Owin 4.2.2 to resolve a denial of service vulnerability. (#648)
  • Updated project to target net462 and OTel 1.3.1 SDK (#653)

1.0.0-rc.2

1.0.0-rc1

  • This is the first release of OpenTelemetry.Contrib.Instrumentation.Owin package.

For more details, please refer to the README.