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