> 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-rc0

**`(feat):`** 引入额外配置来自定义客户端类和文件名。

### 变更内容

* Beta：引入 `client` 自定义配置，允许你指定客户端的 class\_name 和 filename。此配置可以通过多种方式使用：

## 0.11.7

**`(feat):`** 引入 `use_str_enums` 标志，从使用适当的枚举类切换到使用字面量来表示枚举。

### 变更内容

* 引入 `use_str_enums` 标志，从使用适当的枚举类切换到使用字面量来表示枚举。此更改允许枚举的向前兼容性，因为用户将收到字符串返回。