Add changelog for #3967

This commit is contained in:
Mark Backman
2026-03-09 15:00:24 -04:00
parent f533dc3203
commit 07b901c2a5

1
changelog/3967.fixed.md Normal file
View File

@@ -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.