Add changelog entries for PR #3730

This commit is contained in:
Mark Backman
2026-02-12 13:14:11 -05:00
parent 2e15b4842c
commit 08beb0264a
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Moved STT keepalive mechanism from `WebsocketSTTService` to the `STTService` base class, allowing any STT service (not just websocket-based ones) to use idle-connection keepalive via the `keepalive_timeout` and `keepalive_interval` parameters.