Centrifugo v3.0.1 Release Notes

  • No backwards incompatible changes here.

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix proxy behavior for disconnected clients, should be now consistent between HTTP and GRPC proxy types.
    • ๐Ÿ›  Fix bufio: buffer full error when unmarshalling large client protocol JSON messages.
    • ๐Ÿ›  Fix unexpected end of JSON input errors in Javascript client with Centrifugo v3.0.0 when publishing formatted JSON (with new lines).

    ๐Ÿš€ This release uses Go 1.17.1. We also added more tests for proxy package, thanks to @silischev.