Skip to content

v2.6.2

Compare
Choose a tag to compare
@FZambia FZambia released this 29 Aug 17:25
· 480 commits to master since this release
447ad58

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