diff --git a/changelog/4026.fixed.md b/changelog/4026.fixed.md new file mode 100644 index 000000000..a12321ab4 --- /dev/null +++ b/changelog/4026.fixed.md @@ -0,0 +1 @@ +- Fixed `DeepgramSTTService` ignoring the `base_url` scheme when using `ws://` or `http://`. Previously these were silently overwritten with `wss://` / `https://`, breaking air-gapped or private deployments that don't use TLS. All scheme choices (`wss://`, `https://`, `ws://`, `http://`, or bare hostname) are now respected.