Immutable
release. Only release title and notes can be modified.
v1.16.0
This release includes all changes from 1.16.0-beta.1 release.
Added
- Support for
11.*versions for following libraries:Microsoft.Data.Sqlite,Microsoft.Extensions.Logging,System.Data.Common.
- Support for
SQLCLIENTcontext propagation for .NET Framework configurable byOTEL_DOTNET_EXPERIMENTAL_SQLCLIENT_ENABLE_TRACE_CONTEXT_PROPAGATIONenvironment variable. - Support for OTLP exporter
gzipcompression in file-based configuration.
Compression can also be configured through the OpenTelemetry .NET SDK environment variablesOTEL_EXPORTER_OTLP_COMPRESSION,OTEL_EXPORTER_OTLP_TRACES_COMPRESSION,OTEL_EXPORTER_OTLP_METRICS_COMPRESSIONandOTEL_EXPORTER_OTLP_LOGS_COMPRESSION. - Support for Database OpenTelemetry Tracing for Oracle.ManagedDataAccess.Core and Oracle.ManagedDataAccess.
Changed
- OpAMP default port changed from 4318 to 4320.
Dependency updates
- Updated Core components:
1.16.0. - Following packages updated
Google.Protobufupdated from3.31.1to3.35.0,OpenTelemetry.Instrumentation.GrpcNetClientfrom1.15.1-beta.1to1.16.0-beta.1,OpenTelemetry.Instrumentation.Httpfrom1.15.1to1.16.0,OpenTelemetry.Instrumentation.Processfrom1.15.1-beta.1to1.16.0-beta.1,OpenTelemetry.Instrumentation.SqlClientfrom1.15.2to1.16.0,OpenTelemetry.Instrumentation.StackExchangeRedisfrom1.15.1-beta.2to1.16.0-beta.1,OpenTelemetry.Instrumentation.Wcffrom1.15.1-beta.2to1.16.0-beta.1,OpenTelemetry.OpAmp.Clientfrom0.3.0-alpha.1to0.6.0-alpha.1.
- .NET only, following packages updated
OpenTelemetry.Instrumentation.AspNetCorefrom1.15.2to1.16.0,OpenTelemetry.Instrumentation.EntityFrameworkCorefrom1.15.1-beta.1to1.16.0-beta.1.
- .NET Framework only, following packages updated
Microsoft.Bcl.AsyncInterfacesfrom10.0.7to10.0.9,Microsoft.Extensions.Configurationfrom10.0.7to10.0.9,Microsoft.Extensions.Configuration.Abstractionsfrom10.0.7to10.0.9,Microsoft.Extensions.Configuration.Binderfrom10.0.7to10.0.9,Microsoft.Extensions.DependencyInjectionfrom10.0.7to10.0.9,Microsoft.Extensions.DependencyInjection.Abstractionsfrom10.0.7to10.0.9,Microsoft.Extensions.Diagnostics.Abstractionsfrom10.0.7to10.0.9,Microsoft.Extensions.Loggingfrom10.0.7to10.0.9,Microsoft.Extensions.Logging.Abstractionsfrom10.0.7to10.0.9,Microsoft.Extensions.Logging.Configurationfrom10.0.7to10.0.9,Microsoft.Extensions.Optionsfrom10.0.7to10.0.9,Microsoft.Extensions.Options.ConfigurationExtensionsfrom10.0.7to10.0.9,Microsoft.Extensions.Primitivesfrom10.0.7to10.0.9,OpenTelemetry.Instrumentation.AspNetfrom1.15.2to1.16.0,System.Diagnostics.DiagnosticSourcefrom10.0.7to10.0.9,System.IO.Pipelinesfrom10.0.7to10.0.9,System.Text.Encodings.Webfrom10.0.7to10.0.9,System.Text.Jsonfrom10.0.7to10.0.9.
Removed
- Remove support for
OTEL_EXPERIMENTAL_CONFIG_FILE.
Fixed
- Suppress instrumentation while starting the OpAMP client to prevent internal OpAMP transport calls from being collected as traces.