v1.10.0-beta.1
Pre-release
Pre-release
github-actions
released this
13 Dec 12:18
·
6 commits
to main
since this release
1.10.0-beta.1
Added
- Support for .NET9.
- Support for RabbitMQ.Client traces instrumentation for versions
7.0.0
+. - log4net OpenTelemetry appender for versions >=
2.0.13
&& <4.0.0
- Support for SqlClient metrics.
Changed
- Kafka and RabbitMQ 6 tags
otel.status_code
andotel.status_description
are replaced by native fieldsStatus
andStatusDescription
. - Changed minimal supported version of
Microsoft.Extensions.Logging
forILOGGER
instrumentation from8.0.0
to9.0.0
. - Glibc native libraries are compiled on Ubuntu v16.04.
- Changed
MongoDB
traces instrumentation to the bytecode version. It supportsMongoDB.Driver.Core
from2.7.0
andMongoDB.Driver
from3.0.0
.
Dependency updates
- Updated Core components:
1.10.0
. - Following packages updated
Microsoft.Extensions.Configuration.Binder
from8.0.2
to9.0.0
,Microsoft.Extensions.Logging.Configuration
from8.0.0
to9.0.0
,OpenTelemetry.Exporter.Prometheus.HttpListener
from1.9.0-beta.2
to1.10.0-beta.1
,OpenTelemetry.Instrumentation.GrpcNetClient
from1.9.0-beta.1
to1.10.0-beta.1
OpenTelemetry.Instrumentation.Http
from1.9.0
to1.10.0
,OpenTelemetry.Instrumentation.Process
from0.5.0-beta.7
to1.10.0-beta.1
,OpenTelemetry.Instrumentation.Quartz
from1.0.0-beta.3
to1.10.0-beta.1
,OpenTelemetry.Instrumentation.Runtime
from1.9.0
to1.10.0
,OpenTelemetry.Instrumentation.SqlClient
from1.9.0-beta.1
to1.10.0-beta.1
,OpenTelemetry.Instrumentation.Wcf
from1.0.0-rc.18
to1.10.0-beta.1
,OpenTelemetry.Resources.Azure
from1.0.0-beta.9
to1.10.0-beta.1
,OpenTelemetry.Resources.Container
from1.0.0-beta.9
to1.10.0-beta.1
,OpenTelemetry.Resources.Host
from0.1.0-beta.3
to1.10.0-beta.1
,OpenTelemetry.Resources.OperatingSystem
from0.1.0-alpha.4
to1.10.0-beta.1
,OpenTelemetry.Resources.Process
from0.1.0-beta.3
to1.10.0-beta.1
,OpenTelemetry.Resources.ProcessRuntime
from0.1.0-beta.2
to1.10.0-beta.1
.
- .NET only, following packages updated
OpenTelemetry.Instrumentation.AspNetCore
from1.9.0
to1.10.1
,OpenTelemetry.Instrumentation.EntityFrameworkCore
from1.0.0-beta.12
to1.10.0-beta.1
,OpenTelemetry.Instrumentation.StackExchangeRedis
from1.9.0-beta.1
to1.10.0-beta.1
,System.Diagnostics.DiagnosticSource
from8.0.0
to9.0.0
.
- .NET Framework only, following packages updated
Google.Protobuf
updated from3.28.3
to3.29.1
,Microsoft.Bcl.AsyncInterfaces
from8.0.0
to9.0.0
,Microsoft.Extensions.Configuration
from9.0.0
to9.0.0
,Microsoft.Extensions.Configuration.Abstractions
from8.0.0
to9.0.0
,Microsoft.Extensions.DependencyInjection
from8.0.1
to9.0.0
,Microsoft.Extensions.DependencyInjection.Abstractions
from8.0.2
to9.0.0
,Microsoft.Extensions.Logging
from8.0.0
to9.0.0
,Microsoft.Extensions.Logging.Abstractions
from8.0.1
to9.0.0
,Microsoft.Extensions.Options
from8.0.2
to9.0.0
,Microsoft.Extensions.Options.ConfigurationExtensions
from8.0.0
to9.0.0
,Microsoft.Extensions.Primitives
from8.0.0
to9.0.0
,OpenTelemetry.Instrumentation.AspNet
from1.9.0-beta.1
to1.10.0-beta.1
,System.Buffers
from4.5.5
to4.6.0
,System.Memory
from4.5.5
to4.6.0
,System.Numerics.Vectors
from4.5.0
to4.6.0
,System.Diagnostics.DiagnosticSource
from8.0.1
to9.0.0
,System.Runtime.CompilerServices.Unsafe
from6.0.0
to6.1.0
,System.Text.Encodings.Web
from8.0.0
to9.0.0
,System.Text.Json
from8.0.5
to9.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.