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
9 changes: 9 additions & 0 deletions fern/products/sdks/generators/rust/changelog/2026-08-25.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 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
`X-Source`-style override and the `X-Fern-*` platform headers — and
`RequestOptions::additional_headers` were previously dropped before delegating to the executor,
so they reached the wire on generated-path requests but not on custom-command ones. Auth and
retries remain the executor's responsibility.


Loading