From aac4ce2d12e310d8cb652ef5d942c90e9dc68050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 9 Oct 2025 17:29:42 -0700 Subject: [PATCH] update CHANGELOG with aws_nova_sonic deprecation --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28da49e20..9493c9d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +- `pipecat.service.aws_nova_sonic` is now deprecated, use + `pipecat.services.aws.nova_sonic` instead. + - `GeminiMultimodalLiveLLMService` is now deprecated, use `GeminiLiveLLMService`.