From 9f647bf8bb877830e9e017cc655b2e77d92e2665 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Sat, 16 Oct 2021 12:14:39 +0300 Subject: [PATCH] prepare v3.0.4 --- CHANGELOG.md | 10 ++++++++++ misc/release/notes.md | 5 ++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ee2974c1..be643e48dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +v3.0.4 +====== + +No backwards incompatible changes here. + +Fixes: + +* Fix deadlock during PUB/SUB sync in channels with recovery. Addresses [this report](https://github.com/centrifugal/centrifugo/issues/486). +* Fix `redis_db` option: was ignored previously – [#487](https://github.com/centrifugal/centrifugo/issues/487). + v3.0.3 ====== diff --git a/misc/release/notes.md b/misc/release/notes.md index d1ebf359a9..c4e9c2320b 100644 --- a/misc/release/notes.md +++ b/misc/release/notes.md @@ -2,6 +2,5 @@ No backwards incompatible changes here. Fixes: -* Fix passing `data` from subscribe proxy result towards client connection. - -This release is built with Go 1.17.2. +* Fix deadlock during PUB/SUB sync in channels with recovery. Addresses [this report](https://github.com/centrifugal/centrifugo/issues/486). +* Fix `redis_db` option: was ignored previously – [#487](https://github.com/centrifugal/centrifugo/issues/487).