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