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

## 3.20.1

**`(fix):`** 修复 StreamTest 生成器以使用 Java 8 兼容的构造。将 List.of() 和 Map.of()（Java 9+）替换为 Arrays.asList() 和使用 HashMap 的 createMap() 辅助方法。