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 8d5fbcd7c..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,7 +1,7 @@ ## 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. +for unions/nullable/generic types, and full pagination testing with Iterable support. ## 3.4.1 diff --git a/fern/products/sdks/overview/java/changelog/2025-09-17.mdx b/fern/products/sdks/overview/java/changelog/2025-09-17.mdx new file mode 100644 index 000000000..19fcdc4ef --- /dev/null +++ b/fern/products/sdks/overview/java/changelog/2025-09-17.mdx @@ -0,0 +1,5 @@ +## 3.5.1 +**`(chore):`** Refactored wire test generator to modular architecture for improved maintainability. +Enhanced JSON formatting in tests with proper multi-line string concatenation for better readability. + +