Commit 74cc5a8
committed
docs(changeset): name the import-path consequence of the #7534 filter gate
The gate sits at the `findData` ingress, so it also reaches the record-matching
lookup the import runner performs for `update` / `upsert` writes. That is a
user-visible behaviour change on a second surface, and someone who hits it must
be able to find out why from the release notes rather than from a support
thread.
Records the old behaviour (a `matchField` naming no field silently degraded an
upsert into an insert, returning `'none'`), the new one (that row fails with
`400 INVALID_FIELD`, contained by the row loop's own try/catch so the rest of
the import proceeds), the remedy, and that `resolveRef`'s speculative probes are
unaffected because they already catch the absent-field case deliberately.
Ruled on #7534: the failure stays. Exempting the import path would have meant
ADDING code to preserve a silent data-correctness bug of the same family this
change closes. Changeset only — no code changed.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NxE7c6qf7Bi9ZQ7HtYrNUj1 parent d01ae81 commit 74cc5a8
1 file changed
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
0 commit comments