From 16b7c914214665a318ce2e175e3b5261dad0fc2a Mon Sep 17 00:00:00 2001 From: patrickthornton <70873350+patrickthornton@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:02:17 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-09-25.mdx | 2 +- .../sdks/overview/typescript/changelog/2025-10-08.mdx | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx diff --git a/fern/products/sdks/overview/typescript/changelog/2025-09-25.mdx b/fern/products/sdks/overview/typescript/changelog/2025-09-25.mdx index ecd7b086c..daab8c30e 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-09-25.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-09-25.mdx @@ -7,7 +7,7 @@ ## 3.2.1 -**`(fix):`** Set `compilerOptions.isolatedModules` and `compilerOptions.isolatedDeclarations` to `true` in _tsconfig.json_, and update the TypeScript code to comply with this setting. +**`(fix):`** Set `compilerOptions.isolatedModules` and `compilerOptions.isolatedDeclarations` to `true` in _tsconfig.json_, and update the TypeScript code to comply with this setting. Users that enable `isolatedModules` can now use the SDK without any TypeScript compilation errors. While `isolatedModules` is not turned on by default in TypeScript, more frameworks and tools enable it by default. diff --git a/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx b/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx new file mode 100644 index 000000000..7aef419ab --- /dev/null +++ b/fern/products/sdks/overview/typescript/changelog/2025-10-08.mdx @@ -0,0 +1,4 @@ +## 3.6.0 +**`(feat):`** Allow for configuring `timeoutMs` and `maxRetries` request options at the client-level as well as the request level. + +