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
6 changes: 6 additions & 0 deletions fern/products/sdks/overview/rust/changelog/2026-03-20.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.19.11
**`(fix):`** Use `&str` instead of `&String` in generated method signatures, union getter methods,
and undiscriminated union accessor methods. `&str` is more idiomatic Rust and more
flexible, accepting both `&String` and string literals.


## 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
Expand Down
Loading