some last release CHANGELOG updates

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-07 14:29:27 -07:00
parent 91ae3f8a9b
commit d9aef5f916

View File

@@ -12,14 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for Nano Banana models to `GoogleLLMService`. For example, you
can now use the `gemini-2.5-flash-image` model to generate images.
- `PermissionError` is now caught if NLTK's `punkt_tab` can't be downloaded.
- Added `HumeTTSService` for text-to-speech synthesis using Hume AI's
expressive voice models. Provides high-quality, emotionally expressive speech
synthesis with support for various voice models. Includes example in
`examples/foundational/07ad-interruptible-hume.py`.
- Added `hume` optional dependency group for Hume AI TTS integration.
- Added `HumeTTSService` for text-to-speech synthesis using Hume AI's expressive
voice models. Provides high-quality, emotionally expressive speech synthesis
with support for various voice models. Includes example in
`examples/foundational/07ad-interruptible-hume.py`. Use with `uv pip install
pipecat-ai[hume]`.
### Changed
@@ -36,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue with `AWSNovaSonicLLMService` where the client wouldn't
connect due to a breaking change in the AWS dependency chain.
- `PermissionError` is now caught if NLTK's `punkt_tab` can't be downloaded.
- Fixed an issue that would cause wrong user/assistant context ordering when
using interruption strategies.