Centrifugo v2.3.1 Release Notes

Release Date: 2020-01-09 // over 4 years ago
  • ๐Ÿš€ This release contains several improvements to proxy feature introduced in v2.3.0, no backwards incompatible changes here.

    ๐Ÿ‘Œ Improvements:

    • With proxy_extra_http_headers configuration option it's now possible to set a list of extra headers that should be copied from original client request to proxied HTTP request - see #334 for motivation and updated proxy docs
    • ๐Ÿ‘€ You can pass custom data in response to connect event and this data will be available in connect event callback context on client side. See #332 for more details
    • ๐Ÿš€ Starting from this release Origin header is proxied to your backend by default - see full list in docs

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull centrifugo/centrifugo:v2.3.1
    • ๐Ÿณ docker pull centrifugo/centrifugo:v2
    • ๐Ÿณ docker pull centrifugo/centrifugo:v2.3
    • ๐Ÿณ docker pull centrifugo/centrifugo:latest