Skip to content

Commit d67691a

Browse files
committed
docs(changeset): clarify mapping.errorPolicy is unrelated to the retry convergence
#4664 retires `mapping.errorPolicy` in the same 17.0.0 window and its values included 'retry', so a reader could plausibly assume it migrates into a `retryPolicy` block. It does not — different type, inert enum, and its own prescription points at the import REQUEST's options. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01M9uWvoEp9CoLzYjNExj9sL
1 parent b4705e6 commit d67691a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.changeset/retry-policy-dual-source-c8.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ ever faster, the opposite of backoff.
6868
shape** (every key optional) rather than the post-parse shape. Use the new
6969
`RetryPolicyParsed` where you need defaults applied.
7070

71+
## Not related to `mapping.errorPolicy` (#4509 / #4664, same release)
72+
73+
17.0.0 also retires `mapping.errorPolicy`, whose values included `'retry'`. That is a
74+
different thing on a different type: an inert enum on the stored **mapping**, whose
75+
prescription is "error handling on the import path belongs to the import REQUEST's own
76+
options". It does **not** migrate to a `retryPolicy` block, and nothing in this change
77+
affects it.
78+
7179
## What you gain
7280

7381
`job.retryPolicy` accepts **`maxRetryDelayMs`** (ceiling on a single backoff delay) and

0 commit comments

Comments
 (0)