From 7eedd5929dd907d6c04e4353fbc66141540be9ab Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 13 Mar 2026 13:55:27 -0400 Subject: [PATCH] Add changelog for #4026 --- changelog/4026.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4026.fixed.md 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.