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