release: TypeScript SDK v6.0.0#190
Merged
Merged
Conversation
Major release. PolicyInfo / MCPPolicyInfo rename is the breaking change; wire-shape sweep additions and telemetry deadline fix bundle in. Bumps: - package.json + package-lock.json: 5.6.0 -> 6.0.0 - src/version.ts VERSION: 5.6.0 -> 6.0.0 - CHANGELOG [Unreleased] -> [6.0.0] - 2026-04-25 Wire-shape baseline regenerated against community SHA 10d44eb4 (post platform v7.4.2 spec corrections). Auto-resolves 3 entries: AISystemRegistry, DynamicPolicyInfo, PolicyInfo. Net 34 -> 31. Coordinated v6 alignment release: TS v6.0.0 + Java v6.0.0 ship together for the breaking-change SDKs; Python v6.7.0 and Go v5.7.0 ship as minor the same day because their changes are purely additive.
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.
Summary
Major release — first SDK release in the coordinated v6 alignment cycle.
The breaking change is the `PolicyInfo` / `MCPPolicyInfo` rename to align with the OpenAPI spec; everything else (wire-shape sweep additions, telemetry deadline fix) is bundled in. See CHANGELOG `[6.0.0]` for the migration guide.
Bumps
Wire-shape baseline regen
Pin SHA bumped `bf1ca22a` → `10d44eb4` (post platform v7.4.2 spec corrections).
Auto-resolved 3 entries (clean): `AISystemRegistry`, `DynamicPolicyInfo`, `PolicyInfo`. The third is bonus — the v6 PolicyInfo rename means our types now match what the spec calls `PolicyInfo`. Net 34 → 31 entries.
Coordinated release
Ships same day as Java v6.0.0 (BREAKING — equality semantics), Python v6.7.0 (MINOR — additive), Go v5.7.0 (MINOR — additive). The semver asymmetry is principled: TS + Java needed breaking changes; Python + Go didn't.
Test plan