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)