Centrifugo v1.7.4 Release Notes

  • No backwards incompatible changes here.

    ๐Ÿš€ This release is centered around internal refactoring to detach node from server - see more details in #186.

    ๐Ÿ”‹ Features

    • ๐Ÿ’ป optionally create PID file using --pid_file command line option.
    • create connections in separate goroutines to slightly improve GC (and therefore reduce memory usage).

    Internal (for developers/contributors)

    • ๐Ÿ— Using Go 1.8.3 for builds