Centrifugo v1.3.2 Release Notes

  • ๐Ÿš€ This release built using go 1.5.3 and includes security fix in Go lang

    • empty errors not included in client response (this requires using Javascript client >= 1.1.0)
    • optimization in Redis engine when using history - one round trip to Redis to publish message and save it into history instead of two. This was done over registering lua script on server start.
    • client errors improvements - include error advice when error occurred (fix or retry at moment)

    ๐Ÿ‘€ Also note that Javascript client will be fully refreshed soon. See this pull request