Skip to content

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

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) #23550

Triggered via pull request September 10, 2026 05:40
Status Success
Total duration 52s
Artifacts

pr-automation.yml

on: pull_request
Check PR Size
Check PR Size
Check Changeset
49s
Check Changeset
Auto Label
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.