v0.14.0
[v0.14.0] - 2022-06-14
v0.14.0 is breaking release which changes the health and access control APIs
and a bunch of bug fixes.
[Fixed]
- fix(servers): more descriptive errors when calls fail #790
- fix(ws server): support
*
in host and origin filtering #781 - fix(rpc module): register failed
unsubscribe calls
in middleware #792 - fix(http server): omit jsonrpc details in health API #785
- fix(servers): skip leading whitespace in JSON deserialization #783
- fix(ws-server): Submit ping regardless of WS messages #788
- fix(rpc_module): remove expect in
fn call
#774
[Added]
- feat(ws-client):
ping-pong
for WebSocket clients #772 - feat(ws-server): Implement
ping-pong
for WebSocket server #782