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 451b0d9 commit 2bece9aCopy full SHA for 2bece9a
fern/products/sdks/overview/java/changelog/2025-09-15.mdx
@@ -1,3 +1,8 @@
1
+## 3.2.2
2
+**`(fix):`** Fix nullable request bodies with Optional fields to correctly generate .isPresent() checks
3
+on the Optional field itself, rather than on the entire request object.
4
+
5
6
## 3.2.1
7
**`(fix):`** Changed Optional.of() to Optional.ofNullable() to handle null values gracefully, allowing users to reset to default version.
8
0 commit comments