diff --git a/fern/products/sdks/generators/rust/changelog/2026-08-25.mdx b/fern/products/sdks/generators/rust/changelog/2026-08-25.mdx new file mode 100644 index 0000000000..5120a237b2 --- /dev/null +++ b/fern/products/sdks/generators/rust/changelog/2026-08-25.mdx @@ -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. + +