Skip to content

Commit 88c0afe

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.19.11
2+
**`(fix):`** Use `&str` instead of `&String` in generated method signatures, union getter methods,
3+
and undiscriminated union accessor methods. `&str` is more idiomatic Rust and more
4+
flexible, accepting both `&String` and string literals.
5+
6+
17
## 0.19.10
28
**`(fix):`** Replace `unwrap_or_default()` with proper error propagation via `map_err(ApiError::Serialization)?`
39
when serializing request bodies with `serde_json::to_value`. Previously, serialization failures

0 commit comments

Comments
 (0)