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): close the two v16 content gaps — document 16.1.0 and the two GA-cut changesets (#8917) (#9039)
Strictly changeset-derived, per the 2026-08-16 maintainer ruling on #8917.
Gap 1 — 16.1.0 was documented on no release page. v16.mdx gains a
"Highlights — 16.1.0" block and a "What's new in 16.1.0" section following
the v15 house style (Highlights block up top, detail section after the major's,
one Upgrade-checklist sub-head per release), plus a "16.1 adds ..." clause on
the releases index entry mirroring v15's. The release-status blockquote no
longer says the minor is uncovered, and the page description names both
releases.
Gap 2 — two changesets shipped at the 16.0.0 GA cut appear in no RC window.
A new "Landed at the 16.0.0 GA cut" section carries a line item for each:
8ff9210 (ViewFilterRule operator enum, labeled an accept-set narrowing on a
published surface) and db34d54 (console pin to 9a5f016f7d5c).
Both measurements re-derived from the package changelogs rather than taken
from the card: 16.1.0 is 8 changesets (5 minor, 3 patch), and the id set
present in the ## 16.0.0 sections but in neither ## 16.0.0-rc.0 nor
## 16.0.0-rc.1 is exactly {db34d54, 8ff9210} — confirmed keyed on entry text
as well as id, since a changelog id is the sha of the commit that added the
changeset and one commit can add several.
Docs-only; no code, no changeset (skip-changeset).
Claude-Session: https://claude.ai/code/session_011RB4waLuNbdruCo6X9oobm
Co-authored-by: Claude Opus 5 <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
@@ -19,7 +19,7 @@ migration steps, then covers new capabilities and notable fixes.
19
19
## Versions
20
20
21
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
-
-[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 (final release: 16.1.0).
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; 16.1 adds a `requires` capability-provider preflight, two more dashboard build gates, and `runAs:'user'` automations that run with the triggering user's real grants (final release: 16.1.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).
25
25
-[v13.0.0](/docs/releases/v13) — Permission Model v2 (ADR-0090): Roles and Profiles converge on Positions, custom objects default to private, plus an explain engine, delegated administration, and self-serve MCP OAuth.
Copy file name to clipboardExpand all lines: content/docs/releases/v16.mdx
+208-4Lines changed: 208 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: v16.0.0
3
-
description: One org identifier for hook and action authors, quorum and per-group sign-off (会签) approvals, time-relative automations that actually fire, filtered roll-ups, strict dashboard widgets, an identity-scoped MCP stdio transport, and a metadata-driven approvals inbox — plus a large enforce-or-remove sweep that makes dead metadata loud. Backend and Console notes for 16.0.0.
3
+
description: One org identifier for hook and action authors, quorum and per-group sign-off (会签) approvals, time-relative automations that actually fire, filtered roll-ups, strict dashboard widgets, an identity-scoped MCP stdio transport, and a metadata-driven approvals inbox — plus a large enforce-or-remove sweep that makes dead metadata loud. Backend and Console notes for 16.0.0 and 16.1.0.
4
4
---
5
5
6
6
**The v16 line** converges the developer surface and makes declared metadata
0 commit comments