release: v2.1.3 - #36
Merged
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepared by the
prepare-releaseskill.Changed
Instrumentation.Runtimehad been left behind on 1.15.1 in v2.1.2, whose notes already claimed the set was at 1.16.0.Microsoft.Data.SqlClient, test SDK) — not part of the shipped package.prepare-releaseskill 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)
net10.0only; it ships in thenet8.0build too (three places).OpenTelemetry.Instrumentation.Npgsql/AddNpgsql()and the unmaintainedMySqlDatapackage.ConfigureTracingassignments 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)
Endpoint/Protocolsemantics including theEnabled: falsecase, 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.