Centrifugo v2.5.1 Release Notes

Release Date: 2020-05-19 // almost 4 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