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 ccdd03f commit 88c0afeCopy full SHA for 88c0afe
1 file changed
fern/products/sdks/overview/rust/changelog/2026-03-20.mdx
@@ -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
7
## 0.19.10
8
**`(fix):`** Replace `unwrap_or_default()` with proper error propagation via `map_err(ApiError::Serialization)?`
9
when serializing request bodies with `serde_json::to_value`. Previously, serialization failures
0 commit comments