From e2984910688b662727aac93f0abe31a022b7fc1c Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 18 May 2026 12:41:56 -0400 Subject: [PATCH] Add changelog for websocket STT failure handling --- changelog/4514.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4514.fixed.md diff --git a/changelog/4514.fixed.md b/changelog/4514.fixed.md new file mode 100644 index 000000000..d5fd46320 --- /dev/null +++ b/changelog/4514.fixed.md @@ -0,0 +1 @@ +- Fixed websocket STT connection setup failures so services clear stale websocket state and emit non-fatal error frames, allowing `ServiceSwitcher` failover to keep agents running.