@@ -18,48 +18,52 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
1818
1919### Changed
2020
21+ - Changed minimal supported version of ` Microsoft.Extensions.Logging `
22+ for ` ILOGGER ` instrumentation from ` 9.0.0 ` to ` 8.0.0 ` .
23+
2124#### Dependency updates
2225
2326- Updated [ Core components] ( https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#core-components ) :
24- [ ` 1.13.1 ` ] ( https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.13.1 ) .
27+ [ ` 1.14.0 ` ] ( https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.14.0 ) .
2528
2629- Following packages updated
27- - ` OpenTelemetry.Instrumentation.GrpcNetClient ` from ` 1.12.0-beta.1 ` to ` 1.13 .0-beta.1 ` ,
28- - ` OpenTelemetry.Instrumentation.Http ` from ` 1.12.0 ` to ` 1.13 .0 ` ,
29- - ` OpenTelemetry.Instrumentation.Process ` from ` 1.12.0-beta.1 ` to ` 1.13 .0-beta.1 ` ,
30- - ` OpenTelemetry.Instrumentation.Quartz ` from ` 1.12.0-beta.1 ` to ` 1.13 .0-beta.1 ` ,
31- - ` OpenTelemetry.Instrumentation.Runtime ` from ` 1.12.0 ` to ` 1.13 .0 ` ,
32- - ` OpenTelemetry.Instrumentation.SqlClient ` from ` 1.12.0-beta.2 ` to ` 1.13 .0-beta.1 ` ,
33- - ` OpenTelemetry.Instrumentation.Wcf ` from ` 1.12.0-beta.1 ` to ` 1.13 .0-beta.2 ` ,
34- - ` OpenTelemetry.Resources.Azure ` from ` 1.12.0-beta.1 ` to ` 1.13 .0-beta.1 ` ,
35- - ` OpenTelemetry.Resources.Host ` from ` 1.12.0-beta.1 ` to ` 1.13 .0-beta.1 ` ,
36- - ` OpenTelemetry.Resources.OperatingSystem ` from ` 1.12.0-beta.1 ` to ` 1.13 .0-beta.1 ` ,
37- - ` OpenTelemetry.Resources.Process ` from ` 1.12.0-beta.1 ` to ` 1.13 .0-beta.1 ` ,
38- - ` OpenTelemetry.Resources.ProcessRuntime ` from ` 1.12.0-beta.1 ` to ` 1.13 .0-beta.1 ` .
30+ - ` OpenTelemetry.Instrumentation.GrpcNetClient ` from ` 1.12.0-beta.1 ` to ` 1.14 .0-beta.1 ` ,
31+ - ` OpenTelemetry.Instrumentation.Http ` from ` 1.12.0 ` to ` 1.14 .0 ` ,
32+ - ` OpenTelemetry.Instrumentation.Process ` from ` 1.12.0-beta.1 ` to ` 1.14 .0-beta.2 ` ,
33+ - ` OpenTelemetry.Instrumentation.Quartz ` from ` 1.12.0-beta.1 ` to ` 1.14 .0-beta.2 ` ,
34+ - ` OpenTelemetry.Instrumentation.Runtime ` from ` 1.12.0 ` to ` 1.14 .0 ` ,
35+ - ` OpenTelemetry.Instrumentation.SqlClient ` from ` 1.12.0-beta.2 ` to ` 1.14 .0-beta.1 ` ,
36+ - ` OpenTelemetry.Instrumentation.Wcf ` from ` 1.12.0-beta.1 ` to ` 1.14 .0-beta.1 ` ,
37+ - ` OpenTelemetry.Resources.Azure ` from ` 1.12.0-beta.1 ` to ` 1.14 .0-beta.1 ` ,
38+ - ` OpenTelemetry.Resources.Host ` from ` 1.12.0-beta.1 ` to ` 1.14 .0-beta.1 ` ,
39+ - ` OpenTelemetry.Resources.OperatingSystem ` from ` 1.12.0-beta.1 ` to ` 1.14 .0-beta.1 ` ,
40+ - ` OpenTelemetry.Resources.Process ` from ` 1.12.0-beta.1 ` to ` 1.14 .0-beta.1 ` ,
41+ - ` OpenTelemetry.Resources.ProcessRuntime ` from ` 1.12.0-beta.1 ` to ` 1.14 .0-beta.1 ` .
3942- .NET only, following packages updated
40- - ` OpenTelemetry.Instrumentation.AspNetCore ` from ` 1.12.0 ` to ` 1.13.0 ` ,
41- - ` OpenTelemetry.Instrumentation.EntityFrameworkCore ` from ` 1.12.0-beta.2 ` to ` 1.13.0-beta.1 ` ,
42- - ` OpenTelemetry.Instrumentation.StackExchangeRedis ` from ` 1.12.0-beta.2 ` to ` 1.13.0-beta.1 ` ,
43- - ` OpenTelemetry.Resources.Container ` from ` 1.12.0-beta.1 ` to ` 1.13.0-beta.1 ` .
43+ - ` OpenTelemetry.Instrumentation.AspNetCore ` from ` 1.12.0 ` to ` 1.14.0 ` ,
44+ - ` OpenTelemetry.Instrumentation.EntityFrameworkCore ` from ` 1.12.0-beta.2 ` to ` 1.14.0-beta.2 ` ,
45+ - ` OpenTelemetry.Instrumentation.StackExchangeRedis ` from ` 1.12.0-beta.2 ` to ` 1.14.0-beta.1 ` ,
46+ - ` OpenTelemetry.Resources.Container ` from ` 1.12.0-beta.1 ` to ` 1.14.0-beta.1 ` ,
47+ - ` System.Diagnostics.DiagnosticSource ` from ` 9.0.0 ` to ` 10.0.0 ` .
4448- .NET Framework only, following packages updated
45- - ` Microsoft.Bcl.AsyncInterfaces ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
46- - ` Microsoft.Extensions.Configuration ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
47- - ` Microsoft.Extensions.Configuration.Abstractions ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
48- - ` Microsoft.Extensions.Configuration.Binder ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
49- - ` Microsoft.Extensions.DependencyInjection ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
50- - ` Microsoft.Extensions.DependencyInjection.Abstractions ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
51- - ` Microsoft.Extensions.Diagnostics.Abstractions ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
52- - ` Microsoft.Extensions.Logging ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
53- - ` Microsoft.Extensions.Logging.Abstractions ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
54- - ` Microsoft.Extensions.Logging.Configuration ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
55- - ` Microsoft.Extensions.Options ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
56- - ` Microsoft.Extensions.Options.ConfigurationExtensions ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
57- - ` Microsoft.Extensions.Primitives ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
58- - ` OpenTelemetry.Instrumentation.AspNet ` from ` 1.12.0-beta.1 ` to ` 1.13 .0-rc.1 ` ,
59- - ` System.Diagnostics.DiagnosticSource ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
60- - ` System.IO.Pipelines ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
61- - ` System.Text.Encodings.Web ` from ` 9.0.8 ` to ` 9 .0.10 ` ,
62- - ` System.Text.Json ` from ` 9.0.8 ` to ` 9 .0.10 ` .
49+ - ` Microsoft.Bcl.AsyncInterfaces ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
50+ - ` Microsoft.Extensions.Configuration ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
51+ - ` Microsoft.Extensions.Configuration.Abstractions ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
52+ - ` Microsoft.Extensions.Configuration.Binder ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
53+ - ` Microsoft.Extensions.DependencyInjection ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
54+ - ` Microsoft.Extensions.DependencyInjection.Abstractions ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
55+ - ` Microsoft.Extensions.Diagnostics.Abstractions ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
56+ - ` Microsoft.Extensions.Logging ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
57+ - ` Microsoft.Extensions.Logging.Abstractions ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
58+ - ` Microsoft.Extensions.Logging.Configuration ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
59+ - ` Microsoft.Extensions.Options ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
60+ - ` Microsoft.Extensions.Options.ConfigurationExtensions ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
61+ - ` Microsoft.Extensions.Primitives ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
62+ - ` OpenTelemetry.Instrumentation.AspNet ` from ` 1.12.0-beta.1 ` to ` 1.14 .0-rc.1 ` ,
63+ - ` System.Diagnostics.DiagnosticSource ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
64+ - ` System.IO.Pipelines ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
65+ - ` System.Text.Encodings.Web ` from ` 9.0.8 ` to ` 10 .0.0 ` ,
66+ - ` System.Text.Json ` from ` 9.0.8 ` to ` 10 .0.0 ` .
6367
6468#### Dependencies on .NET Framework
6569
0 commit comments