chore: declare per-context summary events support in client SDK metadata#291
Open
kinyoklion wants to merge 1 commit into
Open
chore: declare per-context summary events support in client SDK metadata#291kinyoklion wants to merge 1 commit into
kinyoklion wants to merge 1 commit into
Conversation
Adds the perContextSummaryEvents feature to the .NET Client SDK entry in .sdk_metadata.json (introduced in 5.9), so sdk-meta reflects the per-context summary events support being added to the client SDK. The client entry previously had no features section; this adds it with this feature.
joker23
approved these changes
Jun 11, 2026
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.
Overview
Follow-up to #288 (which enables per-context summary events in the .NET client SDK). This records that support in
.sdk_metadata.jsonso sdk-meta's feature data reflects it.featuresobject to the dotnet-client-sdk entry withperContextSummaryEvents(the canonical feature key from sdk-meta'sfeature_info.json— "Per-Context Summary Events"),introduced: "5.9".featuressection previously; this adds it with this one feature.Notes
introduced: "5.9"is the anticipated next client release (current is 5.8.0; feat: enable per-context summary events #288 is afeat, so release-please will cut 5.9.0). If the release lands at a different version, update this value. The metadata becomes accurate once 5.9 ships.Relates to SDK-2450. Should land after #288 (the feature it documents).
Note
Low Risk
Root-level SDK metadata only; no application, auth, or release logic changes.
Overview
Documents per-context summary events for the .NET Client SDK in
.sdk_metadata.jsonby adding a newfeaturesblock ondotnet-client-sdkwithperContextSummaryEventsandintroduced: "5.9", aligning sdk-meta with the client implementation from the related feature work.This is metadata-only (no runtime or package code changes) and does not drive a release-please version bump.
Reviewed by Cursor Bugbot for commit 6dba46f. Bugbot is set up for automated code reviews on this repo. Configure here.