Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 10:33
· 300 commits to main since this release
v1.3.0
56cdd4f

1.3.0

Added

  • Support for Host, Process, and Process Runtime resource detectors.
  • Support for OpenTelemetry.Instrumentation.AspNet.AspNetMetricsInstrumentationOptions for plugins.
  • Support for Confluent.Kafka traces instrumentation from 1.4.0 to 3.0.0 (excluding).

Changed

  • Changed minimal supported version of Microsoft.Extensions.Logging for ILOGGER instrumentation from 6.0.0 to 8.0.0.
  • Changed supported method parameters for plugins
    • from OpenTelemetry.Instrumentation.AspNetCore.AspNetCoreInstrumentationOptions to OpenTelemetry.Instrumentation.AspNetCore.AspNetCoreTraceInstrumentationOptions,
    • from OpenTelemetry.Instrumentation.Http.HttpClientInstrumentationOptions to OpenTelemetry.Instrumentation.Http.HttpClientTraceInstrumentationOptions.

Dependency updates

  • Updated Core components:
    1.7.0.
  • Following packages updated
    • OpenTelemetry.Exporter.Prometheus.HttpListener from 1.6.0-rc.1 to 1.7.0-rc.1,
    • OpenTelemetry.Instrumentation.Http from 1.6.0 to 1.7.0,
    • OpenTelemetry.Instrumentation.Process from 0.5.0-beta.3 to 0.5.0-beta.4,
    • OpenTelemetry.Instrumentation.Quartz from 1.0.0-alpha.3 to 1.0.0-beta.1,
    • OpenTelemetry.Instrumentation.Runtime from 1.5.1 to 1.7.0,
    • OpenTelemetry.Instrumentation.SqlClient from 1.6.0-beta.2 to 1.6.0-beta.3,
    • OpenTelemetry.Instrumentation.StackExchangeRedis from 1.0.0-rc9.12 to 1.0.0-rc9.13,
    • OpenTelemetry.Instrumentation.Wcf from 1.0.0-rc.13 to 1.0.0-rc.14,
    • OpenTelemetry.Shims.OpenTracing from 1.6.0-beta.1 to 1.7.0-beta.1,
    • OpenTelemetry.ResourceDetectors.Azure from 1.0.0-beta.3 to 1.0.0-beta.4,
    • OpenTelemetry.ResourceDetectors.Container from 1.0.0-beta.4 to 1.0.0-beta.5,
    • OpenTelemetry.ResourceDetectors.ProcessRuntime from 0.1.0-alpha.1 to 0.1.0-alpha.2.
  • .NET only, following packages updated
    • Google.Protobuf updated from 3.19.4 to 3.22.5.
    • Microsoft.Extensions.Configuration from 3.1.0 to 8.0.0,
    • Microsoft.Extensions.Configuration.Abstractions from 3.1.0 to 8.0.0,
    • Microsoft.Extensions.Configuration.Binder from 3.1.0 to 8.0.0,
    • Microsoft.Extensions.DependencyInjection from 3.1.0 to 8.0.0,
    • Microsoft.Extensions.DependencyInjection.Abstractions from 3.1.0 to 8.0.0,
    • Microsoft.Extensions.Logging from 6.0.0 to 8.0.0,
    • Microsoft.Extensions.Options from 3.1.0 to 8.0.0,
    • Microsoft.Extensions.Options.ConfigurationExtensions from 3.1.0 to 8.0.0,
    • Microsoft.Extensions.Primitives from 3.1.0 to 8.0.0,
    • OpenTelemetry.Instrumentation.AspNetCore from 1.6.0-beta.3 to 1.7.0,
    • OpenTelemetry.Instrumentation.EntityFrameworkCore from 1.0.0-beta.8 to 1.0.0-beta.9.
  • .NET Framework only, following packages updated
    • Google.Protobuf updated from 3.25.1 to 3.25.2,
    • Grpc.Core.Api from 2.59.0 to 2.60.0,
    • Microsoft.Extensions.Configuration.Binder from 8.0.0 to 8.0.1,
    • Microsoft.Extensions.Options from 8.0.0 to 8.0.1,
    • OpenTelemetry.Instrumentation.AspNet from 1.6.0-beta.2 to 1.7.0-beta.1,
    • System.Text.Json from 8.0.0 to 8.0.1.

Removed

Removed support for Microsoft.Extensions.Logging for ILOGGER for versions older than 8.0.0.

Fixed

  • Set service.name resource attribute before invoking the plugin.