From 07b901c2a5b8deaa55b4bdce18cfb0e8695de8cc Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 9 Mar 2026 15:00:24 -0400 Subject: [PATCH] Add changelog for #3967 --- changelog/3967.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3967.fixed.md diff --git a/changelog/3967.fixed.md b/changelog/3967.fixed.md new file mode 100644 index 000000000..dff880c2c --- /dev/null +++ b/changelog/3967.fixed.md @@ -0,0 +1 @@ +- Fixed `AzureSTTService` failing to initialize when `private_endpoint` is provided. The Azure Speech SDK's `SpeechConfig` does not accept both `region` and `endpoint` simultaneously, so they are now passed conditionally.