Skip to content

Commit d887a28

Browse files
Update changelogs from fern repo (#815)
Co-authored-by: dsinghvi <[email protected]>
1 parent 8e4b683 commit d887a28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.11.1
2+
**`(fix):`** The `_getAuthorizationHeader` method now returns `Promise<string | undefined>` when oauth is enabled.
3+
This prevents compilation errors in the TypeScript SDK.
4+
5+
16
## 2.11.0
27
**`(feat):`** Generate `Request` and `Response` types variations for types that have readonly and/or writeonly properties.
38
For example, a type `User` will have a `User.Request` type that omits readonly properties and a `User.Response` type that omits writeonly properties.

0 commit comments

Comments
 (0)