docs(changelog): backfill protocol releases 10.0.0–11.10.0 in the root protocol changelog#2590
Merged
Merged
Conversation
…t protocol changelog The root CHANGELOG.md declares itself the ObjectStack Protocol changelog but its released sections stopped at 4.0.1 (2026-03-31); the 10.x/11.x protocol era existed only in the raw per-package changesets record (packages/spec/CHANGELOG.md). This backfills the protocol-facing view: - one section per spec release 10.0.0 → 11.10.0 (dates from the npm registry), curated to the protocol surface: breaking changes, behavior changes, deprecations/retirements, additions, consumer-visible fixes - a versioning note: from 10.0.0 the protocol version is the published @objectstack/spec version; 4.0.2–9.11.0 remain in per-package changelogs - cross-links to docs/upgrading-to-11.md, ADR-0059 (compat gates) and ADR-0087 (upgrade-communication contract) Traceability seed for ADR-0087 D4 (spec-changes history): the deprecation → retirement windows (compactLayout 11.7→11.10, jsx alias, titleFormat, sqlPredicateToCel) are now visible in one place. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HjDghc79qFSJkJt2zvBxtU
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
os-zhuang
marked this pull request as ready for review
July 4, 2026 16:07
4 tasks
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.
Summary
The root
CHANGELOG.mddeclares itself the ObjectStack Protocol changelog, but its released sections stop at[4.0.1] — 2026-03-31; the entire 10.x/11.x protocol era existed only in the raw per-package changesets record (packages/spec/CHANGELOG.md). This PR backfills the protocol-facing view:10.0.0→11.10.0(release dates taken from the npm registry), curated strictly to the protocol surface: breaking changes, behavior changes, deprecations/retirements, additions to the authorable surface, and consumer-visible fixes — distilled frompackages/spec/CHANGELOG.md, with PR/ADR references preserved.10.0.0onward the protocol version is the published@objectstack/specversion; releases4.0.2–9.11.0remain documented in the per-package changelogs; cross-links todocs/upgrading-to-11.md, ADR-0059 (compatibility gates) and ADR-0087 (upgrade-communication contract).Notable outcomes of having this in one place:
compactLayoutdeprecated 11.7.0 → retired 11.10.0;titleFormat,kind:'jsx',sqlPredicateToCelstill open) — the traceability seed for ADR-0087 D4'sspec-changeshistory.10.0.0(sys_department→sys_business_unit, ADR-0057 authz core, the 16defineXfactories) and11.0.0(MCP-only open edition, flow-node alias removals,IUIServiceremoval,runAsenforcement), each pointing at the migration guide.10.3.0,11.6.0,11.8.0) are stated as "no protocol-facing changes" rather than omitted, so the version sequence has no silent holes.No content was invented: every entry traces to a
packages/spec/CHANGELOG.mdchangeset entry,docs/upgrading-to-11.md, or the referenced ADR/PR.Verification
node scripts/check-doc-authoring.mjspasses (180 files clean).npm view @objectstack/spec time(10.1.0and11.8.0were not published to npm; dated by their neighboring releases).[Unreleased]→11.10.0…10.0.0→[4.0.1]).🤖 Generated with Claude Code
https://claude.ai/code/session_01HjDghc79qFSJkJt2zvBxtU
Generated by Claude Code