We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7a001 commit 51e8e3bCopy full SHA for 51e8e3b
fern/products/sdks/overview/java/changelog/2025-10-23.mdx
@@ -1,3 +1,9 @@
1
+## 3.9.2
2
+**`(fix):`** Fix nullable field serialization in PATCH requests with wrapped request bodies. Explicit null values
3
+(Nullable.ofNull()) are now correctly serialized as {"field": null} instead of being omitted like
4
+Nullable.empty().
5
+
6
7
## 3.9.1
8
**`(fix):`** Fix raw client methods to return union types instead of first variant when using response
9
properties (x-fern-sdk-return-value) with discriminated or undiscriminated unions.
0 commit comments