From 1790a84bfd43cc1d351dc0be3bd12ccf2fc9e008 Mon Sep 17 00:00:00 2001 From: Luke Payyapilli Date: Fri, 6 Feb 2026 10:05:02 -0500 Subject: [PATCH] add changelog --- changelog/3663.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3663.fixed.md diff --git a/changelog/3663.fixed.md b/changelog/3663.fixed.md new file mode 100644 index 000000000..be6318aad --- /dev/null +++ b/changelog/3663.fixed.md @@ -0,0 +1 @@ +- Fixed `SambaNovaLLMService` and `GoogleLLMOpenAIBetaService` streams not being closed on cancellation/exception, which could leak sockets.