Skip to content

Commit f4d5ca0

Browse files
Update changelogs from fern repo (#4443)
Co-authored-by: iamnamananand996 <31537362+iamnamananand996@users.noreply.github.com>
1 parent e96bb9f commit f4d5ca0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

fern/products/sdks/overview/rust/changelog/2026-03-20.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.20.3
2+
**`(fix):`** Fix dynamic snippets and wire tests generating `Some(Some(value))` for optional+nullable
3+
fields. Since `Type.option()` now collapses `Option<Option<T>>` to `Option<T>`, the
4+
literal mapper must also collapse nested optional/nullable wrapping to produce `Some(value)`
5+
instead of `Some(Some(value))`.
6+
7+
18
## 0.20.2
29
**`(fix):`** Fix inlined request type documentation to use the schema-level description from the
310
OpenAPI spec instead of a generic fallback. Previously, all inlined request types used

0 commit comments

Comments
 (0)