Skip to content

Commit ccdd03f

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

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)