Skip to content

chore: declare per-context summary events support in client SDK metadata#291

Open
kinyoklion wants to merge 1 commit into
mainfrom
rlamb/sdk-2450/metadata-per-context-summaries
Open

chore: declare per-context summary events support in client SDK metadata#291
kinyoklion wants to merge 1 commit into
mainfrom
rlamb/sdk-2450/metadata-per-context-summaries

Conversation

@kinyoklion

@kinyoklion kinyoklion commented Jun 11, 2026

Copy link
Copy Markdown
Member

Overview

Follow-up to #288 (which enables per-context summary events in the .NET client SDK). This records that support in .sdk_metadata.json so sdk-meta's feature data reflects it.

  • Adds a features object to the dotnet-client-sdk entry with perContextSummaryEvents (the canonical feature key from sdk-meta's feature_info.json — "Per-Context Summary Events"), introduced: "5.9".
  • The client entry had no features section 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 a feat, 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.
  • Root-level metadata change only — not under a release-please package path, so it doesn't trigger an SDK version bump.

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.json by adding a new features block on dotnet-client-sdk with perContextSummaryEvents and introduced: "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.

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.
@kinyoklion kinyoklion requested a review from a team as a code owner June 11, 2026 20: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.

2 participants