From 03ebcaf3ea9417cf8ffa57ca20294b6a28dc1ffd Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:43:17 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-09-08.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fern/products/sdks/overview/typescript/changelog/2025-09-08.mdx b/fern/products/sdks/overview/typescript/changelog/2025-09-08.mdx index 2c21af072..384724d11 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-09-08.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-09-08.mdx @@ -1,3 +1,8 @@ +## 2.11.1 +**`(fix):`** The `_getAuthorizationHeader` method now returns `Promise` when oauth is enabled. +This prevents compilation errors in the TypeScript SDK. + + ## 2.11.0 **`(feat):`** Generate `Request` and `Response` types variations for types that have readonly and/or writeonly properties. For example, a type `User` will have a `User.Request` type that omits readonly properties and a `User.Response` type that omits writeonly properties.