diff --git a/changelog/3730.added.md b/changelog/3730.added.md new file mode 100644 index 000000000..e3ac64278 --- /dev/null +++ b/changelog/3730.added.md @@ -0,0 +1 @@ +- Added keepalive support to `SarvamSTTService` to prevent idle connection timeouts (e.g. when used behind a `ServiceSwitcher`). diff --git a/changelog/3730.changed.md b/changelog/3730.changed.md new file mode 100644 index 000000000..697bc863c --- /dev/null +++ b/changelog/3730.changed.md @@ -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.