> 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):`** Standardize WireMock configuration to use `WIREMOCK_URL` environment variable
(e.g., `http://localhost:8080`) instead of a hardcoded constant. Docker Compose
now uses dynamic port mapping (`0:8080`) to avoid port conflicts when running
multiple SDK tests in parallel. Falls back to `http://localhost:8080` if the
variable is not set.