From 62e77e7f759aa9253c2bd23812dd59ec8471db86 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Mon, 1 Apr 2024 10:17:11 -0700 Subject: [PATCH] docs: changelog whispering --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d04e44..9075d457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## master +- Add _whispering_ support to pub/sub streams. ([@palkan][]) + +Whispering is an ability for client to publish events to the subscribed stream without involving any server-side logic. Whenever a client _whispers_ an event to the channel, it's broadcasted to all other connected clients. + +The feature is enabled for public streams automatically. For signed streams, you must opt-in via the `--streams_whisper` (`ANYCABLE_STREAMS_WHISPER=true`) option. + ## 1.5.0-rc.1 - HTTP broadcaster is enabled by default. ([@palkan][])