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
6 changes: 6 additions & 0 deletions fern/products/sdks/generators/rust/changelog/2026-08-25.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.46.4
**`(fix):`** Fix generated code failing to compile when a property is named `self`, `Self`, `crate` or `super`.
Rust rejects these as raw identifiers, so they are now suffixed with an underscore (`self_`)
and given an explicit `#[serde(rename = "self")]` to preserve the wire name.


## 0.46.3
**`(fix):`** Custom headers are applied when the SDK runs through an injected `RequestExecutor` (the path
used by generated CLI custom commands). `ClientConfig::custom_headers` — including an
Expand Down
Loading