@@ -7,20 +7,67 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
77
88## [ Unreleased] ( https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/compare/v1.2.0..HEAD )
99
10+ - [ Core components] ( https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components ) :
11+ [ ` 1.7.0 ` ] ( https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.7.0 )
12+ - ` System.Diagnostics.DiagnosticSource ` : [ ` 8.0.0 ` ] ( https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/8.0.0 )
13+
1014### Added
1115
1216- Support for Host, Process, and Process Runtime resource detectors.
17+ - Support for ` OpenTelemetry.Instrumentation.AspNet.AspNetMetricsInstrumentationOptions `
18+ for plugins.
1319
1420### Changed
1521
22+ - Changed minimal supported version of ` Microsoft.Extensions.Logging `
23+ for ` ILOGGER ` instrumentation from ` 6.0.0 ` to ` 8.0.0 ` .
24+ - Changed supported method parameters for plugins
25+ - from ` OpenTelemetry.Instrumentation.AspNetCore.AspNetCoreInstrumentationOptions `
26+ to ` OpenTelemetry.Instrumentation.AspNetCore.AspNetCoreTraceInstrumentationOptions ` ,
27+ - from ` OpenTelemetry.Instrumentation.Http.HttpClientInstrumentationOptions `
28+ to ` OpenTelemetry.Instrumentation.Http.HttpClientTraceInstrumentationOptions ` .
29+
1630#### Dependency updates
1731
18- - .NET Framework only, ` Grpc.Core.Api ` updated from ` 2.59.0 ` to ` 2.60.0 ` .
32+ - Updated [ Core components] ( https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components ) :
33+ [ ` 1.7.0 ` ] ( https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.7.0 ) .
34+ - Following packages updated
35+ - ` OpenTelemetry.Exporter.Prometheus.HttpListener ` from ` 1.6.0-rc.1 ` to ` 1.7.0-rc.1 ` ,
36+ - ` OpenTelemetry.Instrumentation.Http ` from ` 1.6.0 ` to ` 1.7.0 ` ,
37+ - ` OpenTelemetry.Instrumentation.Process ` from ` 0.5.0-beta.3 ` to ` 0.5.0-beta.4 ` ,
38+ - ` OpenTelemetry.Instrumentation.Quartz ` from ` 1.0.0-alpha.3 ` to ` 1.0.0-beta.1 ` ,
39+ - ` OpenTelemetry.Instrumentation.Runtime ` from ` 1.5.1 ` to ` 1.7.0 ` ,
40+ - ` OpenTelemetry.Instrumentation.SqlClient ` from ` 1.6.0-beta.2 ` to ` 1.6.0-beta.3 ` ,
41+ - ` OpenTelemetry.Instrumentation.StackExchangeRedis ` from ` 1.0.0-rc9.12 ` to ` 1.0.0-rc9.13 ` ,
42+ - ` OpenTelemetry.Instrumentation.Wcf ` from ` 1.0.0-rc.13 ` to ` 1.0.0-rc.14 ` ,
43+ - ` OpenTelemetry.Shims.OpenTracing ` from ` 1.6.0-beta.1 ` to ` 1.7.0-beta.1 ` ,
44+ - ` OpenTelemetry.ResourceDetectors.Azure ` from ` 1.0.0-beta.3 ` to ` 1.0.0-beta.4 ` ,
45+ - ` OpenTelemetry.ResourceDetectors.Container ` from ` 1.0.0-beta.4 ` to ` 1.0.0-beta.5 ` ,
46+ - ` OpenTelemetry.ResourceDetectors.ProcessRuntime ` from ` 0.1.0-alpha.1 ` to ` 0.1.0-alpha.2 ` ,
47+ - .NET only, following packages updated
48+ - ` Google.Protobuf ` updated from ` 3.19.4 ` to ` 3.22.5 ` .
49+ - ` Microsoft.Extensions.Configuration ` from ` 3.1.0 ` to ` 8.0.0 ` ,
50+ - ` Microsoft.Extensions.Configuration.Abstractions ` from ` 3.1.0 ` to ` 8.0.0 ` ,
51+ - ` Microsoft.Extensions.Configuration.Binder ` from ` 3.1.0 ` to ` 8.0.0 ` ,
52+ - ` Microsoft.Extensions.DependencyInjection ` from ` 3.1.0 ` to ` 8.0.0 ` ,
53+ - ` Microsoft.Extensions.DependencyInjection.Abstractions ` from ` 3.1.0 ` to ` 8.0.0 ` ,
54+ - ` Microsoft.Extensions.Logging ` from ` 6.0.0 ` to ` 8.0.0 ` ,
55+ - ` Microsoft.Extensions.Options ` from ` 3.1.0 ` to ` 8.0.0 ` ,
56+ - ` Microsoft.Extensions.Options.ConfigurationExtensions ` from ` 3.1.0 ` to ` 8.0.0 ` ,
57+ - ` Microsoft.Extensions.Primitives ` from ` 3.1.0 ` to ` 8.0.0 ` ,
58+ - ` OpenTelemetry.Instrumentation.AspNetCore ` from ` 1.6.0-beta.3 ` to ` 1.7.0 ` ,
59+ - ` OpenTelemetry.Instrumentation.EntityFrameworkCore ` from ` 1.0.0-beta.8 ` to ` 1.0.0-beta.9 ` ,
60+ - .NET Framework only, following packages updated
61+ - ` Grpc.Core.Api ` from ` 2.59.0 ` to ` 2.60.0 `
62+ - ` OpenTelemetry.Instrumentation.AspNet ` from ` 1.6.0-beta.2 ` to ` 1.7.0-beta.1 ` ,
1963
2064### Deprecated
2165
2266### Removed
2367
68+ Removed support for ` Microsoft.Extensions.Logging `
69+ for ` ILOGGER ` for versions older than ` 8.0.0 ` .
70+
2471### Fixed
2572
2673- Set ` service.name ` resource attribute before invoking the plugin.
0 commit comments