Skip to content

docs: Upgrading-to-11 guide + keep breaking batch in the 11 line (11.1.0) - #2396

Merged
os-zhuang merged 1 commit into
mainfrom
v11-upgrade-docs
Jun 27, 2026
Merged

docs: Upgrading-to-11 guide + keep breaking batch in the 11 line (11.1.0)#2396
os-zhuang merged 1 commit into
mainfrom
v11-upgrade-docs

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

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

  • Re-level 4 changesets major → minor → next release is 11.1.0 (not 12.0.0); changeset status confirms no major pending. 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) · flow http_request/http_call/webhookhttp · client-react select/filters/sort/top/skip → canonical · IUIServiceIMetadataService · DriverInterfaceIDataDriver · env renames (kept ecosystem names listed) · PolicySchema/definePolicy removed. Plus a non-breaking "auth hardening behavioral changes" heads-up (ADR-0069).
  • README — adapters table → Hono-only; removed the plugin-msw row; 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

… 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>
@vercel

vercelBot commented Jun 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
specReadyReadyPreview, CommentJun 27, 2026 5:36pm

Request Review

@github-actionsgithub-actionsBot added documentation Improvements or additions to documentation tooling size/m labels Jun 27, 2026
@os-zhuang
os-zhuang merged commit f962f4f into mainJun 27, 2026
15 checks passed
@os-zhuang
os-zhuang deleted the v11-upgrade-docs branch June 27, 2026 17:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentationsize/mtooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@os-zhuang