transports(daily): fix completion callbacks handling

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-23 15:25:59 -07:00
parent 060a22f395
commit b583f5162b
2 changed files with 17 additions and 16 deletions

View File

@@ -5,6 +5,13 @@ 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).
## [0.0.39] - 2024-07-23
### Fixed
- Fixed a regression introduced in 0.0.38 that would cause Daily transcription
to stop the Pipeline.
## [0.0.38] - 2024-07-23
### Added