diff --git a/fern/products/sdks/overview/java/changelog/2025-11-04.mdx b/fern/products/sdks/overview/java/changelog/2025-11-04.mdx index 411a6d112..3d9d428c0 100644 --- a/fern/products/sdks/overview/java/changelog/2025-11-04.mdx +++ b/fern/products/sdks/overview/java/changelog/2025-11-04.mdx @@ -1,3 +1,7 @@ +## 3.12.0 +**`(feat):`** Add support for API-level path parameters. Path parameters defined at the API level (e.g., `/test/{pathParam}`) are now configurable via the root client builder (`.pathParam(value)`). + + ## 3.11.7 **`(fix):`** Fix ApiError toString() to display JSON-serialized body instead of hashcode (e.g., `{"title": "Bad Request", ...}` instead of `BadRequestProblems@4ac5ea99`).