docs(releases): expand v15 page to full 14.8→15.0→15.1 backend + Console coverage#3082
Merged
Conversation
…ole coverage The previous revision under-covered the line in three ways, now fixed: 1. 15.0.0 was missing everything outside the ADR-0095 theme from the 14.8.0..15.0.0 range: the strict view/page schema BREAKING change (ADR-0089 D3a, #2943) with its migration, the per-row import automation chain + skipAutomations + runAutomations-default-ON behavior change (#2922), the sys_position/sys_capability system-row write guardrail (#2930), the bidirectional visibility lint (#2931), and the explain posture-label alignment (#2949). 2. 15.0.0 had NO Console section at all, despite bundling the objectui 14.0 major (13.2.0→14.0.0, ~73 commits — first release-page disclosure since much of it rode unversioned in the 14.8.0 pin): the ADR-0057 ChatDock consolidation (including its breaking cleanup #2475), the Gantt batch, lists/forms/auth/Studio/i18n enhancements, two security fixes (#2485/#2410), and the six early-14.1 commits the 15.0.0 pin picked up. 3. The 15.1.0 sections were over-compressed; every domain is now expanded to its full changeset detail, and the Console 14.1 section covers all eight areas of the 94-commit range instead of seven bullets. 465 → ~1000 lines; structure mirrors v14.mdx (per-minor annotations inside one major page, per docs/releases-maintenance.md). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… 14.8.0 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Follow-up to #3079 (merged): the first curated pass under-covered the v15 line in three structural ways, called out in release review. This expands
content/docs/releases/v15.mdxfrom ~465 to ~1010 lines:1. 15.0.0 backend was missing everything outside ADR-0095
From the
14.8.0..15.0.0range (23 commits), now added:FormFieldSchema/FormSectionSchema/PageComponentSchemaare.strict(); mis-layered/typo'd visibility keys are loud parse errors, with migration guidance. This was a real spec-15.0.0 breaking change absent from the page.skipAutomations+ REST importrunAutomationsdefault ON (数据导入:批量 insert 给 Hook 的输入形状与单条不一致(installFlatInput 失效);「运行自动化与触发器」开关是摆设且默认值应为选中 #2922);sys_position/sys_capabilitysystem-row write guardrail (feat(plugin-security): 内置行写护栏 — sys_position / sys_capability 平台/应用托管行不可删改 #2930); bidirectional visibility-root lint (feat(lint): bidirectional binding-root check for visibility predicates (ADR-0089 D3b) #2931); explain posture-label alignment (fix(plugin-security): explain posture 证据对齐 enforcement 派生(消除标签漂移) #2949).2. 15.0.0 had no Console section at all
15.0.0 bundled the objectui 14.0 major (13.2.0 → 14.0.0, ~73 commits) — never disclosed on any release page (much of it rode unversioned in the 14.8.0 pin). New section covers:
features.chatDockremoved,ConsoleFloatingChatbot/StudioAiCopilotdeleted, sessions re-keyed to(user, app, product)), with migrations3. 15.1.0 sections were over-compressed
Every domain expanded to full changeset detail; the Console 14.1 section now covers all eight areas of the 94-commit range (record inline-edit line, CEL editor family, dashboard filters, Access pillar, flow designer, kanban, Studio misc, fixes) instead of seven bullets.
Checks
check:release-notesOKcheck:role-wordOK (rebased over docs(releases): drop reserved word "role" from v15 kanban note #3081; the two new generic-English "role" usages reworded — ADR-0090 D3 ratchet)14.8.0..15.1-pending, objectui13.2.0..b8967495), assembled via two range-analysis passes🤖 Generated with Claude Code