Skip to content

Commit

Permalink
prepare v3.0.3 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 10, 2021
1 parent 9289a7a commit b3c4218
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v3.0.3
======

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.

v3.0.2
======

Expand Down
5 changes: 3 additions & 2 deletions misc/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ No backwards incompatible changes here.

Fixes:

* Fix SockJS data escaping on EventSource fallback. See [igm/sockjs-go#100](https://github.com/igm/sockjs-go/issues/100) for more information. In short – this bug could prevent a message with `%` symbol inside be properly parsed by a SockJS Javascript client – thus not processed by a frontend at all.
* Fix panic on concurrent subscribe to the same channels with recovery feature on. More details in [centrifugal/centrifuge#207](https://github.com/centrifugal/centrifuge/pull/207)
* Fix passing `data` from subscribe proxy result towards client connection.

This release is built with Go 1.17.2.

0 comments on commit b3c4218

Please sign in to comment.