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

**`(chore):`** 标准化 WireMock 配置以使用 `WIREMOCK_URL` 环境变量
（例如，`http://localhost:8080`）而不是硬编码常量。Docker Compose
现在使用动态端口映射（`0:8080`）以避免在并行运行
多个 SDK 测试时出现端口冲突。如果未设置变量，
则回退到 `http://localhost:8080`。