You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(releases): record the 17.0.0 GA cut on the v17 release page (#8882) (#8888)
The page was compiled FOR the 17.0.0 cut (#8642) and never updated after it,
so a third-party developer was told the train had not shipped. GA published to
`latest` on 2026-08-14T08:00-08:02Z, `prerelease: false`, and `.changeset/
pre.json` is gone from `main`.
Five stale surfaces, not the three the report listed:
1. The release-status blockquote — rewritten as shipped. The `^16.x` caret
paragraph is kept verbatim; the "section headings say 17.0.0 for brevity"
sentence is dropped, since it explained a pre-mode convention that no
longer exists.
2. The `Landed since 17.0.0-rc.6` opener — closed against what GA actually
released, in the shape #8642 used to close the rc.5 window.
3. `index.mdx`'s v17 entry — no longer a pre-release.
4. The `New in Console` subsection of the rc.6 window still said the three pin
moves were "not yet released".
5. The Console pin chain in the rc.0 window ended "under *rc.5*, which is still
open" — a window this same page now records as released by rc.6.
The window count is measured, not inherited. The drafted "374 pending — 11
major-class, 99 minor, 264 patch" was counted at 98eec7e; one more changeset
(#8620) landed at 01a7337 before the cut, so GA released 375 — 11 major-class,
99 minor, 265 patch, none that release nothing. 2079 is the whole train's total,
not this window's: pre-mode accumulates changesets and consumes them all at
`pre exit`. The counting method reproduces the rc.6 window's published numbers
exactly (425 / 36 / 123 / 266) and rc.5's (10 / 2 / 4 / 4). #8620 was documented
nowhere on the page, so it gains a bullet, as #8642 did for its own post-draft
landings.
Claude-Session: https://claude.ai/code/session_013gLCsJ1sDoJZZruDKMsHH3
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: content/docs/releases/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ migration steps, then covers new capabilities and notable fixes.
18
18
19
19
## Versions
20
20
21
-
-[v17.0.0](/docs/releases/v17) — Files become owned `sys_file` records with server-enforced `accept`/`maxSize` and a governed download path, bulk export becomes its own opt-in privilege, the SDK is reconciled against the routes the server actually mounts (21 dead methods out, 40+ real ones in), approval nodes route approvers dynamically via CEL expressions and decision outputs, a datasource that cannot connect fails the boot, and Node 22 becomes the supported floor (current series: 17.0.0-rc.N, pre-release).
21
+
-[v17.0.0](/docs/releases/v17) — Files become owned `sys_file` records with server-enforced `accept`/`maxSize` and a governed download path, bulk export becomes its own opt-in privilege, the SDK is reconciled against the routes the server actually mounts (21 dead methods out, 40+ real ones in), approval nodes route approvers dynamically via CEL expressions and decision outputs, a datasource that cannot connect fails the boot, and Node 22 becomes the supported floor (current series: 17.0.0, released 2026-08-14).
22
22
-[v16.0.0](/docs/releases/v16) — One org identifier (`organizationId`) across hooks and actions, quorum + per-group sign-off (会签) approvals with metadata-declared decision actions, time-relative automations, filtered roll-ups, strict dashboard widgets, an identity-scoped MCP stdio transport, and a platform-wide enforce-or-remove sweep that makes dead metadata loud (current series: 16.0.0-rc.0).
23
23
-[v15.0.0](/docs/releases/v15) — Explain record access layer by layer, a docked AI workspace in the Console, project-ready Gantt charts, and phone sign-in; 15.1 adds permission-following attachments, no-code third-party connectors, dashboard-wide filters, pinyin search, and whole-record inline editing — with materially safer multi-tenant and write-path defaults (final release: 15.1.1).
24
24
-[v14.0.0](/docs/releases/v14) — ADR-0090 vocabulary convergence completed, object `enable.*` flags become real gates, admin user management, phone/SMS auth, book-audience enforcement, data-lifecycle contract, and effective-dated grants (final release: 14.8.0).
0 commit comments