Skip to content

fix(objectql)!: beforeUpdate receives the persist image; the caller submission moves to ctx.submitted (#16344) #23328

fix(objectql)!: beforeUpdate receives the persist image; the caller submission moves to ctx.submitted (#16344)

fix(objectql)!: beforeUpdate receives the persist image; the caller submission moves to ctx.submitted (#16344) #23328

Triggered via pull request September 9, 2026 15:55
Status Success
Total duration 1m 7s
Artifacts

pr-automation.yml

on: pull_request
Check PR Size
40s
Check PR Size
Check Changeset
56s
Check Changeset
Auto Label
21s
Auto Label
Fit to window
Zoom out
Zoom in

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.