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

1
changelog/3730.added.md Normal file
View File

@@ -0,0 +1 @@
- Added keepalive support to `SarvamSTTService` to prevent idle connection timeouts (e.g. when used behind a `ServiceSwitcher`).

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.