From eef1cde8164745abd4344e113bc9fd4a2e7d0644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 21 Jun 2024 08:43:18 -0700 Subject: [PATCH] updated CHANGELOG.md with fastapi and twilio updates --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afe42d1c..a10827389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added new `FastAPIWebsocketTransport`. This is a new websocket transport that + can be integrated with FastAPI websockets. + +- Added new `TwilioFrameSerializer`. This is a new serializer that knows how to + serialize and deserialize audio frames from Twilio. + - Added Daily transport event: `on_dialout_answered`. See https://reference-python.daily.co/api_reference.html#daily.EventHandler @@ -16,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other +- Added `twilio-chatbot`. This is an example that shows how to integrate Twilio + phone numbers with a Pipecat bot. + - Updated `07f-interruptible-azure.py` to use `AzureLLMService`, `AzureSTTService` and `AzureTTSService`.