Skip to content

Commit 2bece9a

Browse files
Update changelogs from fern repo (#810)
Co-authored-by: dsinghvi <[email protected]>
1 parent 451b0d9 commit 2bece9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fern/products/sdks/overview/java/changelog/2025-09-15.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 3.2.1
27
**`(fix):`** Changed Optional.of() to Optional.ofNullable() to handle null values gracefully, allowing users to reset to default version.
38

0 commit comments

Comments
 (0)