Merge pull request #2517 from pipecat-ai/aleix/unify-get-messages-for-logging

unify get_messages_for_logging()
This commit is contained in:
Aleix Conchillo Flaqué
2025-08-27 12:49:36 -07:00
committed by GitHub
13 changed files with 33 additions and 30 deletions

View File

@@ -100,6 +100,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed some `get_messages_for_logging()` that were returning a JSON string
instead of a list.
- Fixed a `DailyTransport` issue that prevented DTMF tones from being sent.
- Fixed a missing import in `SentryMetrics`.