From 3af372f327e6217ef59f1ade290a23bccd50ac60 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 14 Aug 2026 20:44:50 +0300 Subject: [PATCH] changelogs --- changelog.d/streaming.add | 1 + changelog.d/streaming.fix | 1 + changelog.d/streaming_indicator.add | 1 + 3 files changed, 3 insertions(+) create mode 100644 changelog.d/streaming.add create mode 100644 changelog.d/streaming.fix create mode 100644 changelog.d/streaming_indicator.add diff --git a/changelog.d/streaming.add b/changelog.d/streaming.add new file mode 100644 index 000000000..c6e7de171 --- /dev/null +++ b/changelog.d/streaming.add @@ -0,0 +1 @@ +More timelines now can utilize WebSocket streaming diff --git a/changelog.d/streaming.fix b/changelog.d/streaming.fix new file mode 100644 index 000000000..660a6694f --- /dev/null +++ b/changelog.d/streaming.fix @@ -0,0 +1 @@ +switches between streaming and polling should be more reliable now diff --git a/changelog.d/streaming_indicator.add b/changelog.d/streaming_indicator.add new file mode 100644 index 000000000..547307384 --- /dev/null +++ b/changelog.d/streaming_indicator.add @@ -0,0 +1 @@ +Added an indicator next to instance's name showing WebSocket connection status (if enabled)