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 4d5b229 commit 941b56dCopy full SHA for 941b56d
1 file changed
fern/products/sdks/overview/rust/changelog/2026-03-20.mdx
@@ -1,3 +1,10 @@
1
+## 0.20.1
2
+**`(fix):`** Fix unexpected_cfgs warnings for multipart and sse features by conditionally including
3
+the execute_multipart_request and execute_sse_request methods in http_client.rs only when
4
+the corresponding features are needed. Also fix unused Utc import in query_parameter_builder.rs
5
+and unused SerdeError import in http_client.rs.
6
+
7
8
## 0.20.0
9
**`(feat):`** Reduce dependency footprint by conditionally including dependencies based on IR usage.
10
Dependencies like chrono, uuid, num-bigint, ordered-float, and base64 are now only added
0 commit comments