Centrifugo v2.7.2 Release Notes

Release Date: 2020-10-02 // over 3 years ago
  • No backwards incompatible changes here.

    ๐Ÿ›  Fixes:

    • Fix client reconnects due to InsufficientState errors. There were two scenarios when this could happen. The first one is using Redis engine with seq/gen legacy fields (i.e. not using v3_use_offset option). The second when publishing a lot of messages in parallel with Memory engine. Both scenarios should be fixed now.
    • ๐Ÿ›  Fix non-working SockJS transport close with custom disconnect code: this is a regression introduced by v2.6.2

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull centrifugo/centrifugo:v2.7.2
    • ๐Ÿณ docker pull centrifugo/centrifugo:v2
    • ๐Ÿณ docker pull centrifugo/centrifugo:v2.7
    • ๐Ÿณ docker pull centrifugo/centrifugo:latest