Skip to content

Commit 09b29d4

Browse files
Update changelogs from fern repo (#4510)
Co-authored-by: iamnamananand996 <31537362+iamnamananand996@users.noreply.github.com>
1 parent 979dacf commit 09b29d4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

fern/products/sdks/overview/rust/changelog/2026-03-23.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## 0.26.4
211
**`(chore):`** Add `Default` implementation for `ApiClientBuilder` and update README snippet generation
312
to use a simpler struct-based client initialization pattern with `ClientConfig { token: ..., ..Default::default() }`.

0 commit comments

Comments
 (0)