fix(objectql)!: beforeUpdate receives the persist image; the caller submission moves to ctx.submitted (#16344) #23543
Triggered via pull request
September 10, 2026 05:14
Status
Success
Total duration
1m 30s
Artifacts
–
pr-automation.yml
on: pull_request
Check PR Size
15s
Check Changeset
50s
Auto Label
9s
Annotations
1 notice
|
Check Changeset:
.changeset/hook-input-is-the-persist-image.md#L0
ADR-0087 exemption (no-migration-prescription): an enforcement-ORDER change plus one ADDITIVE optional key on a runtime context schema. No authorable key, spelling or stored shape moves, so a stored `sys_metadata` row needs no conversion and an upgrader has nothing to hand-edit. What changes is which image a `beforeUpdate` handler is shown; the remedy for a handler that depended on seeing a refused value is to read `ctx.submitted`, which is a code edit in the handler, not a metadata migration. Nothing is retired: `HookContext.submitted` is new and optional.
|