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 979dacf commit 09b29d4Copy full SHA for 09b29d4
1 file changed
fern/products/sdks/overview/rust/changelog/2026-03-23.mdx
@@ -1,3 +1,12 @@
1
+## 0.26.5
2
+**`(chore):`** Remove `Default` impl from `ApiClientBuilder` to improve forward compatibility.
3
+The `..Default::default()` spread pattern on builder types can silently swallow
4
+new required fields added in future versions. Removing `Default` ensures that
5
+consumers are guided by the compiler to handle any new fields explicitly.
6
+Updated README WebSocket snippets to use explicit `ClientConfig` construction
7
+instead of the `..Default::default()` spread.
8
+
9
10
## 0.26.4
11
**`(chore):`** Add `Default` implementation for `ApiClientBuilder` and update README snippet generation
12
to use a simpler struct-based client initialization pattern with `ClientConfig { token: ..., ..Default::default() }`.
0 commit comments