Skip to content

v1.10.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 12:18
· 6 commits to main since this release
v1.10.0-beta.1
09d4c24

1.10.0-beta.1

Added

Changed

  • Kafka and RabbitMQ 6 tags otel.status_code and otel.status_description are replaced by native fields Status and StatusDescription.
  • Changed minimal supported version of Microsoft.Extensions.Logging for ILOGGER instrumentation from 8.0.0 to 9.0.0.
  • Glibc native libraries are compiled on Ubuntu v16.04.
  • Changed MongoDB traces instrumentation to the bytecode version. It supports MongoDB.Driver.Core from 2.7.0 and MongoDB.Driver from 3.0.0.

Dependency updates

  • Updated Core components: 1.10.0.
  • Following packages updated
    • Microsoft.Extensions.Configuration.Binder from 8.0.2 to 9.0.0,
    • Microsoft.Extensions.Logging.Configuration from 8.0.0 to 9.0.0,
    • OpenTelemetry.Exporter.Prometheus.HttpListener from 1.9.0-beta.2 to 1.10.0-beta.1,
    • OpenTelemetry.Instrumentation.GrpcNetClient from 1.9.0-beta.1 to 1.10.0-beta.1
    • OpenTelemetry.Instrumentation.Http from 1.9.0 to 1.10.0,
    • OpenTelemetry.Instrumentation.Process from 0.5.0-beta.7 to 1.10.0-beta.1,
    • OpenTelemetry.Instrumentation.Quartz from 1.0.0-beta.3 to 1.10.0-beta.1,
    • OpenTelemetry.Instrumentation.Runtime from 1.9.0 to 1.10.0,
    • OpenTelemetry.Instrumentation.SqlClient from 1.9.0-beta.1 to 1.10.0-beta.1,
    • OpenTelemetry.Instrumentation.Wcf from 1.0.0-rc.18 to 1.10.0-beta.1,
    • OpenTelemetry.Resources.Azure from 1.0.0-beta.9 to 1.10.0-beta.1,
    • OpenTelemetry.Resources.Container from 1.0.0-beta.9 to 1.10.0-beta.1,
    • OpenTelemetry.Resources.Host from 0.1.0-beta.3 to 1.10.0-beta.1,
    • OpenTelemetry.Resources.OperatingSystem from 0.1.0-alpha.4 to 1.10.0-beta.1,
    • OpenTelemetry.Resources.Process from 0.1.0-beta.3 to 1.10.0-beta.1,
    • OpenTelemetry.Resources.ProcessRuntime from 0.1.0-beta.2 to 1.10.0-beta.1.
  • .NET only, following packages updated
    • OpenTelemetry.Instrumentation.AspNetCore from 1.9.0 to 1.10.1,
    • OpenTelemetry.Instrumentation.EntityFrameworkCore from 1.0.0-beta.12 to 1.10.0-beta.1,
    • OpenTelemetry.Instrumentation.StackExchangeRedis from 1.9.0-beta.1 to 1.10.0-beta.1,
    • System.Diagnostics.DiagnosticSource from 8.0.0 to 9.0.0.
  • .NET Framework only, following packages updated
    • Google.Protobuf updated from 3.28.3 to 3.29.1,
    • Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 9.0.0,
    • Microsoft.Extensions.Configuration from 9.0.0 to 9.0.0,
    • Microsoft.Extensions.Configuration.Abstractions from 8.0.0 to 9.0.0,
    • Microsoft.Extensions.DependencyInjection from 8.0.1 to 9.0.0,
    • Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.2 to 9.0.0,
    • Microsoft.Extensions.Logging from 8.0.0 to 9.0.0,
    • Microsoft.Extensions.Logging.Abstractions from 8.0.1 to 9.0.0,
    • Microsoft.Extensions.Options from 8.0.2 to 9.0.0,
    • Microsoft.Extensions.Options.ConfigurationExtensions from 8.0.0 to 9.0.0,
    • Microsoft.Extensions.Primitives from 8.0.0 to 9.0.0,
    • OpenTelemetry.Instrumentation.AspNet from 1.9.0-beta.1 to 1.10.0-beta.1,
    • System.Buffers from 4.5.5 to 4.6.0,
    • System.Memory from 4.5.5 to 4.6.0,
    • System.Numerics.Vectors from 4.5.0 to 4.6.0,
    • System.Diagnostics.DiagnosticSource from 8.0.1 to 9.0.0,
    • System.Runtime.CompilerServices.Unsafe from 6.0.0 to 6.1.0,
    • System.Text.Encodings.Web from 8.0.0 to 9.0.0,
    • System.Text.Json from 8.0.5 to 9.0.0.

Removed

  • Support for .NET 6 and .NET 7. Both framework reached end of support.
  • Support for macOS Monterey 12 x64. macOs libraries are built and tested against macOS Ventura 13 x64.
  • MongoDB.Driver.Core.Extensions.DiagnosticSources dependency is removed.