From ddd0ca6a8f9890d1334f7b5f5a45df8810b79d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 1 Jul 2024 10:21:50 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5966ad68..c3d6b32b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,8 +25,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 processing metrics indicate the time a processor needs to generate all its output. Note that not all processors generate these kind of metrics. +### Changed + +- `WhisperSTTService` model can now also be a string. + +- Added missing * keyword separators in services. + ### Fixed +- `WebsocketServerTransport` doesn't try to send frames anymore if serializers + returns `None`. + - Fixed an issue where exceptions that occurred inside frame processors were being swallowed and not displayed.