Skip to content

release: v2.1.3 - #36

Merged
thorstenalpers merged 1 commit into
mainfrom
release/v2.1.3
Jul 29, 2026
Merged

release: v2.1.3#36
thorstenalpers merged 1 commit into
mainfrom
release/v2.1.3

Conversation

@thorstenalpers

Copy link
Copy Markdown
Owner

Prepared by the prepare-release skill.

Changed

  • All bundled OpenTelemetry packages to 1.17.0. Instrumentation.Runtime had been left behind on 1.15.1 in v2.1.2, whose notes already claimed the set was at 1.16.0.
  • Sample and test dependencies updated (EF Core, ASP.NET Core OpenAPI, Swashbuckle, NLog, Microsoft.Data.SqlClient, test SDK) — not part of the shipped package.
  • prepare-release skill now bumps every project's packages instead of the library alone. The release trigger is unchanged and still library-only, so outdated sample/test packages never cause a release on their own.

Fixed (README)

  • ASP.NET Core instrumentation was documented as net10.0 only; it ships in the net8.0 build too (three places).
  • Database section referenced the non-existent OpenTelemetry.Instrumentation.Npgsql / AddNpgsql() and the unmaintained MySqlData package.
  • Four consecutive ConfigureTracing assignments silently overwrote each other — now one chained assignment.
  • HttpClient/runtime were listed as built-in alongside SQL, which is not instrumented out of the box.

Added (README)

  • Table of contents, per-target requirements matrix, Endpoint/Protocol semantics including the Enabled: false case, and SigNoz/Loki/OpenSearch in the local backend table.

Verification

  • dotnet build -c Release — succeeded, 0 warnings.
  • dotnet test --filter "Category=Unit" — 92 passed, 0 failed.
  • smoke-test.sh — exit 0, 14 log records confirmed via the OpenObserve query API.
  • dotnet list package --outdated — empty afterwards.

Not done here (admin-only): merging this PR and triggering Deploy Nuget.

Update all NuGet packages across every project (OpenTelemetry 1.17.0),
rework the README, and widen the prepare-release skill to bump every
project rather than the shipped library alone.
@thorstenalpers
thorstenalpers merged commit 938ce9d into main Jul 29, 2026
1 check passed
@thorstenalpers
thorstenalpers deleted the release/v2.1.3 branch July 29, 2026 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant