From 3496ecc2ec34725e5f28fe0bced7fb0495a58778 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 19 Mar 2026 11:44:33 -0700 Subject: [PATCH] chore: Delete changelog/fragments directory --- changelog/fragments/session-history-live-events-followups.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 changelog/fragments/session-history-live-events-followups.md diff --git a/changelog/fragments/session-history-live-events-followups.md b/changelog/fragments/session-history-live-events-followups.md deleted file mode 100644 index 59b98f364e2..00000000000 --- a/changelog/fragments/session-history-live-events-followups.md +++ /dev/null @@ -1,3 +0,0 @@ -### Fixes - -- Gateway/session history: return `404` for unknown session history lookups, unsubscribe session lifecycle listeners during shutdown, add coverage for the new transcript and lifecycle helpers, and tighten session history plus live transcript tests so the Control UI session surfaces stay stable under restart and follow mode.