diff --git a/fern/products/sdks/overview/java/changelog/2026-02-12.mdx b/fern/products/sdks/overview/java/changelog/2026-02-12.mdx index 40fb2ebdd..4f1fc4da3 100644 --- a/fern/products/sdks/overview/java/changelog/2026-02-12.mdx +++ b/fern/products/sdks/overview/java/changelog/2026-02-12.mdx @@ -1,3 +1,9 @@ +## 3.38.0 +**`(feat):`** Add support for URI and path-based pagination. Endpoints using `uri` or `path` +pagination now generate correct paging iterables that follow next page links +from the response body. + + ## 3.35.2 **`(fix):`** Fix PATCH requests with no explicit body fields failing at runtime with OkHttp's `IllegalArgumentException: method PATCH must have a request body`. The generator now