We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca03d7 commit a15707aCopy full SHA for a15707a
2 files changed
…nges/unreleased/add-always-send-auth.yml …/changes/3.68.0/add-always-send-auth.ymlgenerators/typescript/sdk/changes/unreleased/add-always-send-auth.yml renamed to generators/typescript/sdk/changes/3.68.0/add-always-send-auth.yml
generators/typescript/sdk/versions.yml
@@ -1,4 +1,14 @@
1
# yaml-language-server: $schema=../../../fern-versions-yml.schema.json
2
+- version: 3.68.0
3
+ changelogEntry:
4
+ - summary: |
5
+ Add `alwaysSendAuth` config option that forces the generated SDK to include
6
+ auth headers on all endpoints, even those marked with `auth: false` in the
7
+ API definition. This is useful when using the same API definition for both
8
+ server (where auth is handled by a gateway) and client SDK generation.
9
+ type: feat
10
+ createdAt: "2026-04-30"
11
+ irVersion: 66
12
- version: 3.67.0
13
changelogEntry:
14
- summary: |
0 commit comments