From a7451a057605b103e35e549657250d794d28b0a1 Mon Sep 17 00:00:00 2001 From: tstanmay13 <29681256+tstanmay13@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:09:19 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/java/changelog/2025-09-16.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fern/products/sdks/overview/java/changelog/2025-09-16.mdx b/fern/products/sdks/overview/java/changelog/2025-09-16.mdx index 0b56dbf75..196fc59bf 100644 --- a/fern/products/sdks/overview/java/changelog/2025-09-16.mdx +++ b/fern/products/sdks/overview/java/changelog/2025-09-16.mdx @@ -1,3 +1,9 @@ +## 3.5.0 +**`(feat):`** Enhanced wire testing framework with comprehensive SDK validation capabilities. Wire tests now include +header validation from IR examples, multi-URL environment configuration support, complex type validation +for unions/nullable/generic types, and full pagination testing with Iterable support. + + ## 3.4.1 **`(fix):`** Fix compilation errors when undiscriminated unions contain multiple members that resolve to the same Java type (e.g., multiple strings, string vs string enum). The generator now