Skip to content

Commit

Permalink
prepare v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 16, 2021
1 parent 39eca15 commit 9f647bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
======

Expand Down
5 changes: 2 additions & 3 deletions misc/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 9f647bf

Please sign in to comment.