Add PR 3420 to CHANGELOG (it was missing)

This commit is contained in:
Paul Kompfner
2026-01-14 11:04:24 -05:00
parent 3d858e8aa6
commit e33172c44e

View File

@@ -450,6 +450,7 @@ PIPECAT_SETUP_FILES="setup1.py:setup.py:..."`). Each file must define a
### Fixed
- Improved error handling in `ElevenLabsRealtimeSTTService`
(PR [#3233](https://github.com/pipecat-ai/pipecat/pull/3233))
- Fixed an issue in `ElevenLabsRealtimeSTTService` causing an infinite loop
that blocks the process if the websocket disconnects due to an error
@@ -500,6 +501,9 @@ PIPECAT_SETUP_FILES="setup1.py:setup.py:..."`). Each file must define a
guard was set.
(PR [#3400](https://github.com/pipecat-ai/pipecat/pull/3400))
- Fixed parallel function calling when using Gemini thinking.
(PR [3420](https://github.com/pipecat-ai/pipecat/pull/3420))
- Fixed an issue in `traced_llm` where `model_name` in OpenTelemetry appears as
`unknown`.
(PR [#3422](https://github.com/pipecat-ai/pipecat/pull/3422))