Centrifugo v1.7.0 Release Notes

  • ๐Ÿš€ This release changes two important aspects of Centrifugo. We expect that it will be fully backwards compatible with previous one in most scenarios until you were using timestamp message field somehow.

    What's changed

    • integration with Gorilla Websocket PreparedMessage for raw websocket. We expect it to drastically improve websocket compression case - reducing both memory and CPU in large fan-out scenarios. This change does not affect SockJS in any way.
    • ๐Ÿ‘€ timestamp field removed from message. See #147 for motivation.
    • Several new memory metrics - node_memory_heap_sys, node_memory_heap_alloc, node_memory_stack_inuse