diff --git a/CHANGELOG.md b/CHANGELOG.md index bf8d3ffbfb..60ee2974c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ====== diff --git a/misc/release/notes.md b/misc/release/notes.md index 0a5b0cdf17..d1ebf359a9 100644 --- a/misc/release/notes.md +++ b/misc/release/notes.md @@ -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.