No backwards incompatible changes here.
Fixes:
- Fix SockJS data escaping on EventSource fallback. See igm/sockjs-go#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 channel with recovery feature on and
client_concurrency
> 1. More details in centrifugal/centrifuge#207
Docker images
docker pull centrifugo/centrifugo:v3.0.2
docker pull centrifugo/centrifugo:v3
docker pull centrifugo/centrifugo:v3.0