Releases: centrifugal/centrifuge-go
Releases · centrifugal/centrifuge-go
v0.6.3
v0.6.2
v0.6.1
v0.6.0
- server-side subscriptions support
- get rid of Protobuf protocol struct
Publication
andClientInfo
aliases – use library scope structures instead - change return values of
RPC
,NamedRPC
,History
,Presence
,PresenceStats
,Publish
methods to be more meaningful and extensible - much faster resubscribe to many subscriptions (previously we waited for each individual subscription response before moving further, now process is asynchronous)
- improved reconnect logic
- Client and Subscription status refactoring
- fix inconsistent join/subscribe event ordering – now both processed in order coming from server