Add changelog entry for PR #3784

This commit is contained in:
Mark Backman
2026-02-20 07:17:36 -07:00
parent 4d136e1e28
commit 43d686c622

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

@@ -0,0 +1 @@
- Fixed `DeepgramSageMakerSTTService` to properly track finalize lifecycle using `request_finalize()` / `confirm_finalize()` and use `is_final` (instead of `is_final and speech_final`) for final transcription detection, matching `DeepgramSTTService` behavior.