Centrifugo v2.6.2 Release Notes

Release Date: 2020-08-29 // over 3 years ago
  • No backwards incompatible changes here.

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ”จ Internal refactoring of WebSocket graceful close, should make things a bit more performant (though only in apps which read lots of messages from WebSocket connections)
    • Disconnect code is now uint32 internally
    • A bit more performant permission checks for publish, history and presence ops
    • โšก๏ธ Connect proxy request payload can optionally contain name and version of client if set on client side, see updated connect proxy docs
    • ๐ŸŒ New blog post Experimenting with QUIC and WebTransport in Go in Centrifugo blog

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  fix panic on connect in 32-bit ARM builds, see #387

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull centrifugo/centrifugo:v2.6.2
    • ๐Ÿณ docker pull centrifugo/centrifugo:v2
    • ๐Ÿณ docker pull centrifugo/centrifugo:v2.6
    • ๐Ÿณ docker pull centrifugo/centrifugo:latest