docs: Upgrading-to-11 guide + keep breaking batch in the 11 line (11.1.0)#2396
Merged
Conversation
… line Release-strategy fix: 11.0.0 is published; the four pending breaking changesets (DriverInterface, env-var renames, PolicySchema, adapter trim) carried `major`, which would have forced a 12.0.0. There is no 12 planned — the whole batch is the 10 → 11 upgrade. Re-leveled those four changesets `major → minor` so the next release is 11.1.0, keeping all breaking changes within the 11 line. - .changeset: 4 files major → minor (next release 11.1.0, not 12.0.0). - docs/upgrading-to-11.md: comprehensive 10 → 11 migration guide (MCP-only, Hono-only adapters, http node, client-react query fields, IUIService→ IMetadataService, DriverInterface→IDataDriver, env renames, PolicySchema). - README: adapters table → Hono-only; removed the plugin-msw row; added an "Upgrading from 10.x" link. Doc grep: no removed package/symbol references remain in current docs/READMEs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Jun 27, 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.
Why
11.0.0 is published. Four pending breaking changesets (DriverInterface #2378, env renames #2379, PolicySchema #1882, adapter trim #2391) carried
major→ next release would be 12.0.0. There's no 12 planned — the whole batch is the 10 → 11 upgrade.Changes
major → minor→ next release is 11.1.0 (not 12.0.0);changeset statusconfirms nomajorpending. All breaking changes stay within the 11 line.docs/upgrading-to-11.md— one comprehensive 10 → 11 migration guide with before/after for every breaking change: MCP-only open edition · Hono-only adapters (+ MSW removed) · flowhttp_request/http_call/webhook→http· client-reactselect/filters/sort/top/skip→ canonical ·IUIService→IMetadataService·DriverInterface→IDataDriver· env renames (kept ecosystem names listed) ·PolicySchema/definePolicyremoved. Plus a non-breaking "auth hardening behavioral changes" heads-up (ADR-0069).plugin-mswrow; added an "Upgrading from 10.x" link.Verification
Grep confirms no removed package/symbol references remain in current docs/READMEs (ADRs +
docs/audits/**left as historical). Fixed-group check passes.🤖 Generated with Claude Code