> 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.11.8-rc1

**`(feat):`** 向所有请求接受的 RequestOptions 字典引入 `max_retries` 参数。

### 变更内容

* Beta：向所有请求接受的 RequestOptions 字典引入 `max_retries` 参数。此参数将自动重试请求，具有指数退避和抖动。客户端将自动重试 5XX 状态码或某些 4XX 代码（429、408、409）的请求。