github centrifugal/centrifugo v2.5.1

latest releases: v5.3.2, v5.3.1, v5.3.0...
3 years ago

No backwards incompatible changes here.

Improvements:

  • refreshed documentation design
  • new Quick start chapter for those who just start working with Centrifugo
  • faster marshal of disconnect messages into close frame texts, significantly reduces amount of memory allocations during server graceful shutdown in deployments with many connections
  • one beautiful Centrifugo integration with Symfony framework from our community - check it out

Fixes:

  • add Content-Type: application/json header to outgoing HTTP proxy requests to app backend for better integration with some frameworks. #368
  • fix wrong channel name in Join messages sent to client in case of server-side subscription to many channels
  • fix disconnect code unmarshalling after receiving response from HTTP proxy requests, it was ignored previously

Docker images

  • docker pull centrifugo/centrifugo:v2.5.1
  • docker pull centrifugo/centrifugo:v2
  • docker pull centrifugo/centrifugo:v2.5
  • docker pull centrifugo/centrifugo:latest

Don't miss a new centrifugo release

NewReleases is sending notifications on new releases.