diff --git a/fern/products/sdks/overview/typescript/changelog/2025-11-26.mdx b/fern/products/sdks/overview/typescript/changelog/2025-11-26.mdx index 99b52e8a3..708550fed 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-11-26.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-11-26.mdx @@ -1,3 +1,8 @@ +## 3.34.2 +**`(fix):`** Avoid infinite recursion when an auth client is incorrectly configured to use itself for authentication. +To circumvent the infinite recursion, auth providers receive a no-op auth provider when constructing themselves. + + ## 3.34.1 **`(fix):`** Remove error on null config in README generation.