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 a8a9fda commit c21f950Copy full SHA for c21f950
fern/products/sdks/overview/java/changelog/2025-10-28.mdx
@@ -1,3 +1,9 @@
1
+## 3.10.0
2
+**`(feat):`** Add support for three-state nullable fields in PATCH requests via `use-nullable-for-optional-fields` config.
3
+When enabled, optional fields use `Nullable<T>` instead of `Optional<T>` to distinguish between
4
+omitted fields, explicit null values, and actual values.
5
+
6
7
## 3.9.4
8
**`(chore):`** Documenting `.withRawResponse()` in `README.md`.
9
0 commit comments