Skip to content

Releases: open-telemetry/opentelemetry-dotnet-contrib

Instrumentation.AspNet.TelemetryHttpModule-1.0.0-rc9.6

29 Sep 00:01
00a1de9
Compare
Choose a tag to compare
  • Update OpenTelemetry.Api to 1.3.1. (#665)

Instrumentation.AspNet-1.0.0-rc9.6

29 Sep 00:02
00a1de9
Compare
Choose a tag to compare
Pre-release
  • Migrate to native Activity Status and StatusDesciption. (#651)

Instrumentation.Owin-1.0.0-rc.3

20 Sep 20:39
9b19d9a
Compare
Choose a tag to compare
Pre-release
  • 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)

Instrumentation.AWSLambda-1.1.0-beta.2

14 Sep 21:03
62a20d1
Compare
Choose a tag to compare
Pre-release

This is the first release with the new package name OpenTelemetry.Instrumentation.AWSLambda.

  • BREAKING (API, behavior): Rename package to OpenTelemetry.Instrumentation.AWSLambda
    (remove .Contrib) (#593).
    This also affects the ActivitySource name (superseding #534).
  • Pre-release version numbering scheme changed from .betaN to beta.N (#639)
  • BREAKING (API): Move public class AWSLambdaWrapper out of Implementation subnamespace
    (#593)
  • BREAKING (API): Rename overloads of AWSLambdaWrapper.Trace that take an async
    handler to TraceAsync, to emphasize that they (usually) need to be awaited.
    (#608)
  • Rewrite of parent context handling and related changes
    (#408):
    • BREAKING (API): Remove AWSLambdaWrapper.Trace/TraceAsync overloads
      without ILambdaContext parameter.
    • BREAKING (behavior): Add automatic parent extraction from HTTP triggers
      (API Gateway Proxy events), using the configured global textmap propagator.
    • BREAKING (behavior): An activity is now also created if no parent context
      could be extracted (previously this package would only create activities if
      a valid parent span context could be extracted with X-Ray).
    • Add optional parent context (ActivityContext) to AWSLambdaWrapper.Trace/TraceAsync.
    • Add AWSLambdaInstrumentationOptions.DisableAwsXRayContextExtraction
      initialization option.
  • Add version to ActivitySource (#593)

Extensions.AzureMonitor-1.0.0-beta.2

13 Sep 00:39
713c4e1
Compare
Choose a tag to compare
Pre-release
  • Replaced TargetFrameworks from net461 and net6.0 to netstandard2.0 and net462. (#633)
  • Changed sampleRate attribute type to float. (#633)

Extensions.AzureMonitor-1.0.0-beta.1

12 Sep 23:36
32adb50
Compare
Choose a tag to compare
Pre-release

This is the first release for the OpenTelemetry.Extensions.AzureMonitor project.

  • Add "sampleRate" to SamplingResult. (#623)

Instrumentation.Wcf-1.0.0-rc.7

23 Aug 21:17
eb66a2a
Compare
Choose a tag to compare
Pre-release
  • Updated OTel SDK package version to 1.3.0 (#569)
  • Changed activity source name from OpenTelemetry.WCF to OpenTelemetry.Instrumentation.Wcf (#570)

Extensions.PersistentStorage.Abstractions-1.0.0-beta.1

22 Aug 18:51
7386a19
Compare
Choose a tag to compare
Release tag for Extensions.PersistentStorage.Abstractions-1.0.0-beta.1

Extensions.PersistentStorage-1.0.0-beta.1

22 Aug 18:53
7386a19
Compare
Choose a tag to compare
  • Invalid path or permissions issues will now result in FileBlobProvider initialization failure by throwing exception. (#578)

Instrumentation.Runtime-1.0.0

04 Aug 01:09
8433846
Compare
Choose a tag to compare
  • Rename RuntimeInstrumentOptions to RuntimeInstrumentationOptions (#556)