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

## 1.1.4

**`(fix):`** 添加 Basic Auth 支持。以前，生成的客户端不接受用户名/密码构造函数参数，也不在传出请求上设置 `Authorization: Basic <base64>` 请求头。客户端现在接受用户名/密码关键字参数并自动将它们连接到 Authorization 请求头中。