> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 0.35.0

**`(feat):`** Add `retryStatusCodes` configuration option (`legacy` | `recommended`). The default
`legacy` mode preserves existing behavior (retries 408, 429, and all >= 500). The
`recommended` mode only retries 408, 429, 502, 503, 504 (excludes 500 Internal
Server Error to avoid retrying non-idempotent failures).