From 30eb61e2b21221bfcf450cf92197a7b783f3b46e Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Mon, 24 May 2021 09:39:25 +0300 Subject: [PATCH] release notes --- misc/release/notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/release/notes.md b/misc/release/notes.md index 9389646101..06eaa026e7 100644 --- a/misc/release/notes.md +++ b/misc/release/notes.md @@ -2,10 +2,10 @@ No backwards incompatible changes here. Improvements: -* New subcommand `serve` to quickly run a static file server +* Possibility to modify data in publish proxy – see [#439](https://github.com/centrifugal/centrifugo/issues/439) and [updated docs for publish proxy](https://centrifugal.github.io/centrifugo/server/proxy/#publish-proxy) Fixes: -* Fix panic when using connect proxy with a personal channel feature on. See [#436](https://github.com/centrifugal/centrifugo/issues/436) +* Use default timeouts for subscribe and publish proxy (1 second). Previously these proxy had no default timeout at all. -Centrifugo v2.8.4 based on Go 1.16.3 +Centrifugo v2.8.5 based on Go 1.16.4