No backwards incompatible changes here. This release contains an important fix - if you came across problem when Centrifugo starts leaking memory after a while - this release can solve that case.
Fixes
- fix goroutine leak due to deadlock, see #207
Features
- possibility to set message
uid
via API request - see #205
Internal
- do not send
unsubscribe
messages to client on shutdown - it will unsubscribe automatically on disconnect on client side - using Go 1.10 for builds