File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
fern/products/sdks/overview/typescript/changelog Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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.
33This prevents compilation errors in the TypeScript SDK.
44
55
Original file line number Diff line number Diff line change 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
1414scheme has custom authentication headers.
1515
1616
Original file line number Diff line number Diff line change 1+ ## 2.12.3
2+ ** ` (chore): ` ** Updated retry strategy; in particular, don't jitter for ` retry-after ` header.
3+
You can’t perform that action at this time.
0 commit comments