Skip to content

Commit a15707a

Browse files
chore(typescript): release 3.68.0
1 parent 1ca03d7 commit a15707a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

generators/typescript/sdk/changes/unreleased/add-always-send-auth.yml renamed to generators/typescript/sdk/changes/3.68.0/add-always-send-auth.yml

File renamed without changes.

generators/typescript/sdk/versions.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# 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
212
- version: 3.67.0
313
changelogEntry:
414
- summary: |

0 commit comments

Comments
 (0)