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

**`(fix):`** 没有字段的类型现在会生成构建器。之前它们不会生成，这使得它们无法初始化。

## 0.9.4

**`(fix):`** SDK 现在生成具有去冲突方法签名的非区分联合类型。之前，某些非区分联合类型会因为 Java 的类型擦除导致冲突而编译失败。