From e33172c44e81b770ebbd08ac48f3a76897c1bf28 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Wed, 14 Jan 2026 11:04:24 -0500 Subject: [PATCH] Add PR 3420 to CHANGELOG (it was missing) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f874df5e9..ce2bdef9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))