From 82935884c4956ef3d291bbfc56b44898038a8ed1 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Fri, 6 Jun 2025 17:17:11 -0300 Subject: [PATCH] Mentioning the new websocket example in the changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3377fa7..01b83c047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,12 @@ asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) - Fixed a typo in Livekit transport that prevented initialization. +### Added + +- Added an `websocket` example, showing how to use the new Pipecat client + `WebsocketTransport` to connect with Pipecat `FastAPIWebsocketTransport` or + `WebsocketServerTransport`. + ## [0.0.69] - 2025-06-02 "AI Engineer World's Fair release" ✨ ### Added