docs(releases): fold 14.5 into the v14 platform page#2866
Merged
Conversation
14.5.0 has shipped (all @objectstack/* packages version-bumped, per-package changelogs generated), but the curated platform page still read "current: 14.4.0" and covered only 14.1 → 14.4. Per docs/releases-maintenance.md a minor folds into the current major's page rather than getting its own. - Bump the "current" marker to 14.5.0 (July 13, 2026) and the covered range to 14.1 → 14.5, in both v14.mdx and the releases index. - New capabilities: MCP agents run under a scope-derived ceiling (ADR-0090 D10) and the ADR-0057 data-lifecycle follow-ups (retention sweepers retired, retention.onlyWhen, telemetry datasource split, Studio lifecycle block). - Notable fixes: the settings-routes (Critical, #2848), share-link-routes (#2851), and analytics-scope (#2852) verified-authz hardenings. - Console: extend the bundled objectui range to 839536b1 and add the Edit-as-CTA / inline-edit and permission-sets (Studio designs, Setup assigns) frontend work. - Upgrade checklist: retention-option removal, MCP OAuth scope ceilings, and the settings/share-link verified-credential requirement. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CxYGfsQTH35x4nBBjKkVvp
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
os-zhuang
marked this pull request as ready for review
July 13, 2026 02:29
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.
What & why
14.5.0 has shipped — every
@objectstack/*package is version-bumped and the per-packageCHANGELOG.mdfiles are generated — but the curated platform page still read "current: 14.4.0" and covered only 14.1 → 14.4. Perdocs/releases-maintenance.md, a minor release folds into the current major's page (a new page is only mandatory for a breaking major), so this updatescontent/docs/releases/v14.mdxrather than adding av15page.PROTOCOL_VERSIONstays14.0.0by design (it tracks the major for the whole v14 series), so no code change is needed there.Changes
v14.mdxand the releasesindex.mdx.principalKind:'agent', effective permission = scope ceiling ∩ user grants, fail-closed,actions:executeconsent for capability-gated actions.retention.onlyWhenstatus predicate,telemetrydatasource split +os db clean, Studio lifecycle block.839536b1and add the Edit-as-primary-CTA / inline-edit (ADR-0092 D4) and permission-sets (Studio designs, Setup assigns; ADR-0056) work.Verification
node scripts/check-release-notes.mjs→ OK (drift guard passes).packages/*/CHANGELOG.md14.5.0sections (spec, runtime, objectql, platform-objects, cli, console).🤖 Generated with Claude Code
Generated by Claude Code