- Default configuration for
auth_check_strategyhas been changed fromstatictodynamic
- Deprecate SSL configuration
- Add a ping operation to allow client-side ping.
-
V2 protocol has been added:
- The new protocol allow to pass commands after "start" have been called.
- With the v2 protocol events are now surrounded by:
{"op": "event", "code": 0, "msg": <event>}- When command are send, websocketd will always return a command result.
- To start a v2 sessions
&version=2must be added to the websocket url.
-
V1 protocol does no longer provide the
msgattribute that was always empty