跳到导航

3.8.0

(feat): 使用 Biome 代替 Prettier 进行格式化,并且也使用 Biome 来检查(修复)生成的代码。

3.7.0

(feat): 生成 BaseClientOptionsBaseRequestOptionsBaseIdempotentRequestOptions 接口,并在生成的客户端 OptionsRequestOptionsIdempotentRequestOptions 接口中扩展这些接口。 这减少了生成的 SDK 中的大量重复代码。

3.6.1

(fix):bundle: true 时添加缺失的测试脚本。

3.6.0

(feat): 允许在客户端级别和请求级别配置 timeoutMsmaxRetries 请求选项。