diff --git a/fern/products/sdks/overview/typescript/changelog/2025-11-06.mdx b/fern/products/sdks/overview/typescript/changelog/2025-11-06.mdx index 21af1080..c95fd71c 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-11-06.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-11-06.mdx @@ -1,3 +1,10 @@ +## 3.28.5 +**`(fix):`** Fix issue where logs were logged even when the respective log level was disabled. + +**`(chore):`** Add tests for logging and the fetcher's redaction functionality. + +**`(chore):`** Improve unit test performance and refactor code to reduce duplication. + ## 3.28.4 **`(fix):`** Fix a compilation error when a websocket channel has no send or receive messages.