diff --git a/fern/products/sdks/overview/java/changelog/2025-10-20.mdx b/fern/products/sdks/overview/java/changelog/2025-10-20.mdx new file mode 100644 index 000000000..4d84ca388 --- /dev/null +++ b/fern/products/sdks/overview/java/changelog/2025-10-20.mdx @@ -0,0 +1,6 @@ +## 3.8.12 +**`(fix):`** Fixed wire test generation for application/x-www-form-urlencoded requests. Wire tests now correctly +validate form-encoded request bodies instead of attempting to parse them as JSON, eliminating +JsonParseException failures in generated test suites. + +