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 dc30bd1 commit ccdd03fCopy full SHA for ccdd03f
1 file changed
fern/products/sdks/overview/rust/changelog/2026-03-20.mdx
@@ -0,0 +1,7 @@
1
+## 0.19.10
2
+**`(fix):`** Replace `unwrap_or_default()` with proper error propagation via `map_err(ApiError::Serialization)?`
3
+when serializing request bodies with `serde_json::to_value`. Previously, serialization failures
4
+were silently swallowed and replaced with a default JSON null value. Now they correctly return
5
+an `ApiError::Serialization` error to the caller.
6
+
7
0 commit comments