Centrifugo v2.2.3 Release Notes

Release Date: 2019-10-26 // over 4 years ago
  • No backwards incompatible changes here.

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ†• New chapter in docs: Benchmarking server. This chapter contains information about test stand inside Kubernetes with million WebSocket connections to a server based on Centrifuge library (the core of Centrifugo). It gives some numbers and insights about hardware requirements and scalability of Centrifugo
    • New channel and channel namespace options: presence_disable_for_client and history_disable_for_client. presence_disable_for_client allows to make presence available only for server side API. history_disable_for_client allows to make history available only for server side API. Previously when enabled presence and history were available for both client and server APIs. Now you can disable for client side. History recovery mechanism if enabled will continue to work for clients anyway even if history_disable_for_client is on
    • Wait for close handshake completion before terminating WebSocket connection from server side. This allows to gracefully shutdown WebSocket sessions

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix crash due to race condition, race reproduced when history recover option was on. See commit with fix details
    • ๐Ÿ›  Fix lack of client_anonymous option. See #304

    ๐Ÿš€ This release is based on Go 1.13.x

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull centrifugo/centrifugo:v2.2.3
    • ๐Ÿณ docker pull centrifugo/centrifugo:v2
    • ๐Ÿณ docker pull centrifugo/centrifugo:v2.2
    • ๐Ÿณ docker pull centrifugo/centrifugo:latest