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

## 5.17.0

**`(feat):`** 新增 `timeout` 配置选项，作为 `timeout_in_seconds` 的别名。两个键均以秒为单位，`timeout_in_seconds` 仍然有效，当二者同时设置时 `timeout` 优先。

**`(feat):`** 在生成的 SDK 的 `RequestOptions` 中新增 `timeout` 键，作为每请求 `timeout_in_seconds` 的别名。两者均以秒为单位；`timeout_in_seconds` 继续有效，当二者同时提供时 `timeout` 优先。