From 07eda4dc8e9f97a044db75cfeb5f8409a097f393 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Sat, 22 May 2021 16:49:41 +0300 Subject: [PATCH] prepare v2.8.5 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba5e3aee1..157b15b171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +v2.8.5 +====== + +No backwards incompatible changes here. + +Improvements: + +* 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: + +* Use default timeouts for subscribe and publish proxy (1 second). Previously these proxy had no default timeout at all. + +Centrifugo v2.8.5 based on Go 1.16.4 + v2.8.4 ======