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
7 changes: 7 additions & 0 deletions fern/products/sdks/overview/rust/changelog/2026-03-20.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.20.3
**`(fix):`** Fix dynamic snippets and wire tests generating `Some(Some(value))` for optional+nullable
fields. Since `Type.option()` now collapses `Option<Option<T>>` to `Option<T>`, the
literal mapper must also collapse nested optional/nullable wrapping to produce `Some(value)`
instead of `Some(Some(value))`.


## 0.20.2
**`(fix):`** Fix inlined request type documentation to use the schema-level description from the
OpenAPI spec instead of a generic fallback. Previously, all inlined request types used
Expand Down
Loading