Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions fern/products/sdks/generators/go/changelog/2026-09-14.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 1.58.1
**`(fix):`** Preserve required-nullable fields that arrive as `null` when a decoded model is
marshaled again. Generated `UnmarshalJSON` now records which required-nullable
keys were present in the incoming JSON (via a per-type wire-name-to-field-bit
table) so that `MarshalJSON` re-emits them as `null` instead of dropping them.
Fields absent from the input stay absent, and freshly constructed values
(e.g. request bodies) serialize exactly as before.


Loading