Releases: coast-team/sigver
Releases · coast-team/sigver
v12.0.0
<a name"12.0.0">
12.0.0 (2017-04-03)
Features
- ping: add ping/pong timeout for opener (53d2bee0)
Breaking Changes
- Client should send {pong: true} response each time he receives {ping: true} message
from the server.
(53d2bee0)
v11.0.0
<a name"11.0.0">
11.0.0 (2017-03-31)
Breaking Changes
- Replace {opened} message by {first}. SSE server disabled temporarily. If join first
do not open automatically, wait for client open request.
(08eaa5f8)
v10.1.0
<a name"10.1.0">
10.1.0 (2017-03-13)
Features
- lib: signaling webSocket server can be used as a library (bcb439e5)
v10.0.1
<a name"10.0.1">
10.0.1 (2017-02-07)
Bug Fixes
- ServerCore: IOJSONString.msgUnavailable method was not called as static method (fd3acf06)
v10.0.0
<a name"10.0.0">
10.0.0 (2017-02-03)
Bug Fixes
- error: improve error handling for JSON Message parser (e70fb2b5)
Breaking Changes
v9.1.0
<a name"9.1.0">
9.1.0 (2017-02-02)
Bug Fixes
- SSE: align with WSServer and fix close event handling (630ff158)
Features
- ws:
- new wsLib option to choose between uws and ws modules (b825f91f)
- use ws package if uws is not installed (954a1ae3)
- wsServer: allow multiple openers per key (7d684a4c)
BREAKING CHANGE (7d684a4)
Having multiple openers per key instead of only one. That it is if the join request encounters no opener, then it becomes an opener.
Server no longer sends {"isKeyOk":true|false}
message response. It sends {"opened":true|false}
instead.
v9.0.1
<a name"9.0.1">
9.0.1 (2017-01-16)
Bug Fixes
- servers: put require(...) into try/catch block (ac4514ad)
v9.0.0
<a name"9.0.0">
9.0.0 (2017-01-13)
Breaking Changes
v8.1.0
<a name"8.1.0">
8.1.0 (2017-01-06)
Features
- sse: add Server-Sent-Event http server (45a0f068)
v8.0.2
<a name"8.0.2">
8.0.2 (2017-01-03)
Bug Fixes
- json: parse error when data property is a Javascript object (13446a2b)