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
@@ -0,0 +1,7 @@
## 0.19.10
**`(fix):`** Replace `unwrap_or_default()` with proper error propagation via `map_err(ApiError::Serialization)?`
when serializing request bodies with `serde_json::to_value`. Previously, serialization failures
were silently swallowed and replaced with a default JSON null value. Now they correctly return
an `ApiError::Serialization` error to the caller.


Loading