- Skip handling for events from server-side subscriptions resulted in null pointer dereference
- Update protobuf dependency to
^1.0.1
, thanks @Holofox
- Implement
removeSubscription
method, thanks @tiamo
- Breaking changes
connected
property removed
- Breaking changes Changed API to avoid returning futures where they do not make sense – in
connect
andsubscribe
methods. - Client now uses Websocket Ping/Pong frames to find broken connection
- Support for private channel subscription using
onPrivateSub
configuration callback function - Fix several null pointer dereferences in edge cases, throw
ClientDisconnectedError
when there is an attempt to send protocol request over non-connected client. - Fix examples where subscribe could happen before stream handlers set
- Breaking changes Replaced subscribe method with getSubscription in Client.
- Added reconnection.
- Added history method to Subscription. Thanks vanelizarov.
- Added rpc method.
- Added authorization with JWT
- Added subscription to private channel with JWT
- Initial release