From deaeb75a1f900eec0f3569a4daf2013a93860ecd Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Wed, 8 Oct 2025 17:16:31 -0400 Subject: [PATCH] Fix changelog after rebase (and add a missing item) --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b80bf907..10cd8738f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `GeminiMultimodalLiveLLMService` to use the `google-genai` library rather than use WebSockets directly. +### Fixed + +- `GeminiMultimodalLiveLLMService` will now end gracefully (i.e. after the bot + has finished) upon receiving an `EndFrame`. + +- `GeminiMultimodalLiveLLMService` will try to seamlessly reconnect when it + loses its connection. + ## [0.0.89] - 2025-10-07 ### Fixed @@ -70,9 +78,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- `GeminiMultimodalLiveLLMService` will now end gracefully (i.e. after the bot - has finished) upon receiving an `EndFrame`. - - Fixed an issue with `AWSNovaSonicLLMService` where the client wouldn't connect due to a breaking change in the AWS dependency chain.