Skip to content

Commit 1fdbfb4

Browse files
Update changelogs from fern repo (#5444)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent aa2b866 commit 1fdbfb4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

fern/products/sdks/generators/typescript/changelog/2026-05-08.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.70.3
2+
**`(fix):`** Honor the auth scheme `prefix` for `HeaderAuthScheme` when generating `HeaderAuthProvider`.
3+
Previously, the generator emitted the raw header value into the configured header (e.g.
4+
`Authorization`) and dropped any prefix declared in the API definition (e.g. `Bearer`).
5+
The provider now emits a `HEADER_PREFIX` constant and prepends it to the header value,
6+
matching the behavior of the Java, Python, Go, C#, PHP, Rust, and Ruby v2 generators.
7+
8+
19
## 3.70.2
210
**`(chore):`** Bump the typescript-sdk-validator container's `node:20-slim` base image
311
to `node:22.22-bookworm-slim`. Node 20 went EOL March 24, 2026, and the

0 commit comments

Comments
 (0)