From 98dc891640fc26a71199d058921dd5f9ff697ed7 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Mon, 25 Aug 2025 14:51:37 -0400 Subject: [PATCH] Move CHANGELOG log entry from 0.0.81 to Unreleased --- CHANGELOG.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 187131261..47e23c4b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Fixed - -- Fixed a `CartesiaTTSService` issue that was causing the application to hang - after Cartesia's 5 minutes timed out. - -## [0.0.81] - 2025-08-25 - ### Added - Added a new "universal" (LLM-agnostic) `LLMContext` and accompanying @@ -43,6 +36,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `OpenAILLMService` - `GoogleLLMService` +### Fixed + +- Fixed a `CartesiaTTSService` issue that was causing the application to hang + after Cartesia's 5 minutes timed out. + +## [0.0.81] - 2025-08-25 + +### Added + - Added `pipecat.extensions.voicemail`, a module for detecting voicemail vs. live conversation, primarily intended for use in outbound calling scenarios. The voicemail module is optimized for text LLMs only. @@ -89,7 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated - `FrameProcessor.wait_for_task()` is deprecated. Use `await task` or `await - asyncio.wait_for(task, timeout)` instead. +asyncio.wait_for(task, timeout)` instead. ### Removed