> 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.8.6

**`(fix):`** SDK 现在能够正确为超时时间生成带有 IdempotentRequestOptions 的 RequestOptions 函数，之前超时函数只接受常规的 RequestOptions。这也解决了一个 JavaPoet 问题，该问题导致字段在 RequestOptions 和 IdempotentRequestOptions 类中被初始化两次，从而阻止了 SDK 的生成。