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 e96bb9f commit f4d5ca0Copy full SHA for f4d5ca0
1 file changed
fern/products/sdks/overview/rust/changelog/2026-03-20.mdx
@@ -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
8
## 0.20.2
9
**`(fix):`** Fix inlined request type documentation to use the schema-level description from the
10
OpenAPI spec instead of a generic fallback. Previously, all inlined request types used
0 commit comments