From 43d686c622ebbb6b7eaa38477b1cbaf4aba77d9e Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 20 Feb 2026 07:17:36 -0700 Subject: [PATCH] Add changelog entry for PR #3784 --- changelog/3784.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3784.fixed.md diff --git a/changelog/3784.fixed.md b/changelog/3784.fixed.md new file mode 100644 index 000000000..e88431f16 --- /dev/null +++ b/changelog/3784.fixed.md @@ -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.