Centrifugo v1.7.7 Release Notes

  • No backwards incompatible changes here.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix goroutine leak due to deadlock, see #207

    ๐Ÿ”‹ Features

    • ๐Ÿ‘€ possibility to set message uid via API request - see #205

    Internal

    • do not send unsubscribe messages to client on shutdown - it will unsubscribe automatically on disconnect on client side
    • ๐Ÿ— using Go 1.10 for builds