From 70552d76974786c07ae8a54616e9c9d4bbb34042 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 20 Mar 2026 11:35:25 -0400 Subject: [PATCH] Add changelog entry for #4091 --- changelog/4091.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4091.changed.md diff --git a/changelog/4091.changed.md b/changelog/4091.changed.md new file mode 100644 index 000000000..a05a981a3 --- /dev/null +++ b/changelog/4091.changed.md @@ -0,0 +1 @@ +- `GradiumTTSService` now sends a per-context `setup` message with `client_req_id` before the first text message for each TTS context, following Gradium's multiplexing protocol. Previously, a single setup message was sent at connection time without a `client_req_id`, which prevented Gradium from associating requests with their sessions when using `close_ws_on_eos=False`.