From c057139c48e5884ed68c797df8b7b7ae31bbe9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 7 Aug 2025 10:38:49 -0700 Subject: [PATCH] update CHANGELOG for 0.0.78 --- CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df3620a0..6f0f1598c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to **Pipecat** will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.0.78] - 2025-08-07 ### Added @@ -86,6 +86,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The development runner now strips any provided protocol (e.g. https://) from the proxy address and issues a warning. It also strips trailing `/`. +### Deprecated + +- In the `pipecat.runner.daily`, the `configure_with_args()` function is + deprecated. Use the `configure()` function instead. + +- The development runner's `/connect` endpoint is deprecated and will be + removed in a future version. Use the `/start` endpoint in its place. In the + meantime, both endpoints work and deliver equivalent functionality. + ### Fixed - Fixed a `DailyTransport` issue that would result in an unhandled @@ -120,15 +129,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed an issue in `TaskObserver` (a proxy to all observers) that was degrading global performance. -### Deprecated - -- In the `pipecat.runner.daily`, the `configure_with_args()` function is - deprecated. Use the `configure()` function instead. - -- The development runner's `/connect` endpoint is deprecated and will be - removed in a future version. Use the `/start` endpoint in its place. In the - meantime, both endpoints work and deliver equivalent functionality. - ### Other - Added `07aa-interruptible-soniox.py`, `07ab-interruptible-inworld-http.py`,