Skip to content

Commit a25350b

Browse files
update changelogs
1 parent 76c7a42 commit a25350b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

fern/products/sdks/overview/typescript/changelog/2025-09-15.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 2.11.1
2-
**`(fix):`** The `_getAuthorizationHeader` method now returns `Promise<string | undefined>` when oauth is enabled.
2+
**`(fix):`** The `_getAuthorizationHeader` method now returns `Promise<string | undefined>` when oauth is enabled.
33
This prevents compilation errors in the TypeScript SDK.
44

55

fern/products/sdks/overview/typescript/changelog/2025-09-16.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
## 2.11.2
13-
**`(fix):`** Websocket client generation compiles when there are no query parameters and when the auth
13+
**`(fix):`** Websocket client generation compiles when there are no query parameters and when the auth
1414
scheme has custom authentication headers.
1515

1616

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 2.12.3
2+
**`(chore):`** Updated retry strategy; in particular, don't jitter for `retry-after` header.
3+

0 commit comments

Comments
 (0)