Centrifugo v1.7.9 Release Notes

  • No backwards incompatible changes here.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix malformed JSON when using empty info in connection refresh request - see #214.

    ๐Ÿ”‹ Features

    • support ACME http_01 challenge using new ssl_autocert_http boolean option. Centrifugo will serve http_01 ACME challenge on port 80. See #210 for more details.

    Internal

    • ๐Ÿ— using Go 1.10.1 for builds