Skip to content

Commit 0df4cdb

Browse files
committed
chore(changeset): re-declare @objectstack/rest as minor per the launch-window convention
The at-tier contract review's one finding: the #13476 family's changeset (engine-unresolvable-fails-loud.md, PR #13910) ships the identical class of public-door behaviour change as minor and names the convention; this change goes strictly further (one refused -> served row), so patch was an undeclared divergence. Declaration and convention now named in the body. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015YPiiDdw96RGS25WLctCQP
1 parent d1d6cd5 commit 0df4cdb

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/objectql-provider-three-state.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
---
2-
"@objectstack/rest": patch
2+
"@objectstack/rest": minor
33
---
44

55
fix(rest): the shipped `objectQLProvider` stops collapsing "the engine is wired and broke" into "no engine is wired" (#13904)
66

7+
Runtime behaviour change on a public REST door, shipped as `minor` under the
8+
repo's launch-window convention — the same convention the #13476 family's
9+
changeset (`engine-unresolvable-fails-loud.md`, PR #13910) and #13279's name
10+
for the identical class of change on this same door. This change additionally
11+
moves one row refused → served (a factory-registered engine now resolves and
12+
serves), so it sits strictly inside the class that convention governs.
13+
714
`rest-api-plugin.ts` handed `RestServer` an engine provider shaped
815
`try { return ctx.getService('objectql'); } catch { return undefined; }`. The
916
sync accessor throws for three distinguishable registry facts — never

0 commit comments

Comments
 (0)