From a3469cd59f11afe821cb944adeeb16a36a686bb3 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Mon, 9 Jun 2025 11:37:30 -0400 Subject: [PATCH] Add CHANGELOG entry describing `PipelineTask.add_observer()` being made synchronous --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62fea69f2..43709c813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Make `PipelineTask.add_observer()` synchronous. This allows callers to call it before doing the + work of running the `PipelineTask` (i.e. without invoking `PipelineTask.set_event_loop()` first). + - Pipecat 0.0.69 forced `uvloop` event loop on Linux on macOS. Unfortunately, this is causing issue in some systems. So, `uvloop` is not enabled by default anymore. If you want to use `uvloop` you can just set the `asyncio` event