Centrifugo v1.8.0 Release Notes

Release Date: 2018-06-24 // almost 6 years ago
  • No backwards incompatible changes here.

    Please look at issue about Centrifugo v2.

    🔋 Features

    • 📦 package for Ubuntu 18.04
    • ➕ add Centrifugo version to stats output. Also add rusage stime and utime values to metrics. See #222 for details. Thanks to @Sannis for contributions
    • 🔦 expose more configuration options to be set over environment variables. See commit and related issue
    • 👀 more context in debug logs regarding to client connection. See #201
    • 🛠 fix deb package upgrade - see #219 for details

    Internal

    • 🏗 using Go 1.10.3 for builds