From 7a8c472134a34253288b29dcc94fcbd9b0cc989a Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Thu, 21 Aug 2025 21:43:44 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-08-21.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fern/products/sdks/overview/typescript/changelog/2025-08-21.mdx diff --git a/fern/products/sdks/overview/typescript/changelog/2025-08-21.mdx b/fern/products/sdks/overview/typescript/changelog/2025-08-21.mdx new file mode 100644 index 000000000..130260294 --- /dev/null +++ b/fern/products/sdks/overview/typescript/changelog/2025-08-21.mdx @@ -0,0 +1,8 @@ +## 2.8.3 +**`(fix):`** Set `Authorization` header for WebSocket connects when auth is available on the generated SDK client. +This will happen regardless of whether the AsyncAPI server or channel is marked for auth. + + +**`(fix):`** Add support for inferred bearer authentication in WebSocket connects. + +