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
9 changes: 9 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,12 @@
## 0.20.0
**`(feat):`** Reduce dependency footprint by conditionally including dependencies based on IR usage.
Dependencies like chrono, uuid, num-bigint, ordered-float, and base64 are now only added
to Cargo.toml when the corresponding types are actually used in the API spec. Associated
as-is files (flexible_datetime.rs, base64_bytes.rs, bigint_string.rs) and their module
declarations are also conditionally included. Template files for query_parameter_builder.rs,
http_client.rs, and prelude.rs use template variables to omit unused code sections.


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