Skip to content

Releases: open-telemetry/opentelemetry-dotnet

1.0.0-rc8 release of non-core components

08 Oct 23:27
63460be
Compare
Choose a tag to compare

Refer to individual changelog files to detailed release notes.

1.2.0-beta1 core components

08 Oct 23:27
63460be
Compare
Choose a tag to compare
Pre-release

Please refer to individual changelog to the detailed changelog.

1.2.0-alpha4 of core components

23 Sep 18:27
080927d
Compare
Choose a tag to compare
Pre-release

Improved Metrics export/shutdown/flush.
Uses DiagnosticSource RC1

1.2.0-alpha3 of Core Components

14 Sep 05:27
3ae8b50
Compare
Choose a tag to compare
Pre-release

Improved Metrics support - higher performance, bug fixes for Histogram, bug fixes for OTLP, Prometheus Metric exporters.
Refer to changelog for individual components for detailed changelog.

1.2.0-alpha2 Release of core components

25 Aug 03:47
c81e628
Compare
Choose a tag to compare
Pre-release

More metrics features:
Supports all instruments - Counter, Async Counter, Async Gauge, Histogram
Support Delta and Cumulative Temporality
Prometheus Exporter revamped to work with new API/SDK

1.2.0-alpha1 of core components

23 Jul 23:59
8a087d5
Compare
Choose a tag to compare
Pre-release

1st release with metrics support.
Refer to changelog for detailed changelog.

1.0.0-rc7 non-core packages

13 Jul 00:45
7e40c7b
Compare
Choose a tag to compare
Pre-release
1.0.0-rc7 of non-core components

1.1.0 core packages

13 Jul 00:44
7e40c7b
Compare
Choose a tag to compare

OpenTelemetry.Exporter.Console

  • Supports OpenTelemetry.Extensions.Hosting based configuration for
    of ConsoleExporterOptions.

OpenTelemetry.Exporter.InMemory

  • Supports OpenTelemetry.Extensions.Hosting based configuration for InMemoryExporter
    (#2129)

1.0.0-rc6 of non-core components

26 Jun 01:30
a5b42fb
Compare
Choose a tag to compare
Pre-release

OpenTelemetry.Extensions.Hosting

  • Added GetServices extension.
    (#2058)

OpenTelemetry.Instrumentation.StackExchangeRedis

  • AddRedisInstrumentation extension will now resolve IConnectionMultiplexer
    & StackExchangeRedisCallsInstrumentationOptions through DI when
    OpenTelemetry.Extensions.Hosting is in use.
    (#2110)

1.1.0-rc1 of Core components

26 Jun 01:30
a5b42fb
Compare
Choose a tag to compare
Pre-release

OpenTelemetry

  • Moved IDeferredTracerProviderBuilder to API library.
    (#2058)

OpenTelemetry.Api

  • Added IDeferredTracerProviderBuilder.
    (#2058)