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
7 changes: 7 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,10 @@
## 0.20.1
**`(fix):`** Fix unexpected_cfgs warnings for multipart and sse features by conditionally including
the execute_multipart_request and execute_sse_request methods in http_client.rs only when
the corresponding features are needed. Also fix unused Utc import in query_parameter_builder.rs
and unused SerdeError import in http_client.rs.


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