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
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.70.3
**`(fix):`** Honor the auth scheme `prefix` for `HeaderAuthScheme` when generating `HeaderAuthProvider`.
Previously, the generator emitted the raw header value into the configured header (e.g.
`Authorization`) and dropped any prefix declared in the API definition (e.g. `Bearer`).
The provider now emits a `HEADER_PREFIX` constant and prepends it to the header value,
matching the behavior of the Java, Python, Go, C#, PHP, Rust, and Ruby v2 generators.


## 3.70.2
**`(chore):`** Bump the typescript-sdk-validator container's `node:20-slim` base image
to `node:22.22-bookworm-slim`. Node 20 went EOL March 24, 2026, and the
Expand Down
Loading