Mentioning the new websocket example in the changelog.

This commit is contained in:
Filipi Fuchter
2025-06-06 17:17:11 -03:00
parent d774a23768
commit 82935884c4

View File

@@ -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