From fe63dc9b11ca03e4c7fa77c0d9b72038f4bfabf0 Mon Sep 17 00:00:00 2001 From: thorsten Date: Mon, 24 Aug 2026 21:08:46 +0200 Subject: [PATCH] release: v2.1.4 --- OpenTelemetryExtension.slnx | 1 + release-notes/v2.1.4.md | 20 ++++++++++++++ ...sion.Configuration.IntegrationTests.csproj | 8 +++--- ...tension.Configuration.Sample.WebApi.csproj | 26 +++++++++---------- ...yExtension.Configuration.Sample.Wpf.csproj | 2 +- ...emetryExtension.Configuration.Tests.csproj | 4 +-- ...penTelemetryExtension.Configuration.csproj | 12 ++++----- 7 files changed, 47 insertions(+), 26 deletions(-) create mode 100644 release-notes/v2.1.4.md diff --git a/OpenTelemetryExtension.slnx b/OpenTelemetryExtension.slnx index 37f495d..c088c95 100644 --- a/OpenTelemetryExtension.slnx +++ b/OpenTelemetryExtension.slnx @@ -25,6 +25,7 @@ + diff --git a/release-notes/v2.1.4.md b/release-notes/v2.1.4.md new file mode 100644 index 0000000..0ec4ba2 --- /dev/null +++ b/release-notes/v2.1.4.md @@ -0,0 +1,20 @@ +# v2.1.4 + +_Released: 2026-08-24_ + +## Changed +- Updated all bundled OpenTelemetry packages to 1.18.0 + (`Exporter.OpenTelemetryProtocol`, `Extensions.Hosting`, `Instrumentation.Http`, + `Instrumentation.AspNetCore`, `Instrumentation.Runtime`). No public API or + runtime behavior change. +- Reworded the NuGet package description so the package listing states up front + that the setup is configuration-driven and covers OTLP traces, metrics and logs. +- Updated the sample and test project dependencies (EF Core, ASP.NET Core OpenAPI, + `Microsoft.Extensions.Hosting`, HTTP resilience, service discovery, NLog, + `OpenTelemetry.Instrumentation.SqlClient`, test SDK and xunit runner). These are + not part of the shipped package. + +## Fixed +- README: regenerated the table of contents, which had drifted out of sync with the + headings after the v2.1.3 restructuring, and regrouped the sections so related + topics sit together. diff --git a/src/OpenTelemetryExtension.Configuration.IntegrationTests/OpenTelemetryExtension.Configuration.IntegrationTests.csproj b/src/OpenTelemetryExtension.Configuration.IntegrationTests/OpenTelemetryExtension.Configuration.IntegrationTests.csproj index 6025a8a..a9d050e 100644 --- a/src/OpenTelemetryExtension.Configuration.IntegrationTests/OpenTelemetryExtension.Configuration.IntegrationTests.csproj +++ b/src/OpenTelemetryExtension.Configuration.IntegrationTests/OpenTelemetryExtension.Configuration.IntegrationTests.csproj @@ -10,11 +10,11 @@ - - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/OpenTelemetryExtension.Configuration.Sample.WebApi/OpenTelemetryExtension.Configuration.Sample.WebApi.csproj b/src/OpenTelemetryExtension.Configuration.Sample.WebApi/OpenTelemetryExtension.Configuration.Sample.WebApi.csproj index d15d636..9e044f7 100644 --- a/src/OpenTelemetryExtension.Configuration.Sample.WebApi/OpenTelemetryExtension.Configuration.Sample.WebApi.csproj +++ b/src/OpenTelemetryExtension.Configuration.Sample.WebApi/OpenTelemetryExtension.Configuration.Sample.WebApi.csproj @@ -11,22 +11,22 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - + + + + + + + + + diff --git a/src/OpenTelemetryExtension.Configuration.Sample.Wpf/OpenTelemetryExtension.Configuration.Sample.Wpf.csproj b/src/OpenTelemetryExtension.Configuration.Sample.Wpf/OpenTelemetryExtension.Configuration.Sample.Wpf.csproj index 41f86d9..543bb96 100644 --- a/src/OpenTelemetryExtension.Configuration.Sample.Wpf/OpenTelemetryExtension.Configuration.Sample.Wpf.csproj +++ b/src/OpenTelemetryExtension.Configuration.Sample.Wpf/OpenTelemetryExtension.Configuration.Sample.Wpf.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/OpenTelemetryExtension.Configuration.Tests/OpenTelemetryExtension.Configuration.Tests.csproj b/src/OpenTelemetryExtension.Configuration.Tests/OpenTelemetryExtension.Configuration.Tests.csproj index 87facd3..a18a404 100644 --- a/src/OpenTelemetryExtension.Configuration.Tests/OpenTelemetryExtension.Configuration.Tests.csproj +++ b/src/OpenTelemetryExtension.Configuration.Tests/OpenTelemetryExtension.Configuration.Tests.csproj @@ -19,9 +19,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/OpenTelemetryExtension.Configuration/OpenTelemetryExtension.Configuration.csproj b/src/OpenTelemetryExtension.Configuration/OpenTelemetryExtension.Configuration.csproj index e290b69..9d76793 100644 --- a/src/OpenTelemetryExtension.Configuration/OpenTelemetryExtension.Configuration.csproj +++ b/src/OpenTelemetryExtension.Configuration/OpenTelemetryExtension.Configuration.csproj @@ -2,7 +2,7 @@ netstandard2.0;net8.0;net10.0 - 2.1.3 + 2.1.4 false true @@ -26,16 +26,16 @@ - - - - + + + + - +