Skip to content

Releases: coast-team/sigver

v12.0.0

03 Apr 09:13
Compare
Choose a tag to compare

<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

31 Mar 06:35
Compare
Choose a tag to compare

<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

13 Mar 10:28
Compare
Choose a tag to compare

<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

07 Feb 15:29
Compare
Choose a tag to compare

<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

03 Feb 14:52
Compare
Choose a tag to compare

<a name"10.0.0">

10.0.0 (2017-02-03)

Bug Fixes

  • error: improve error handling for JSON Message parser (e70fb2b5)

Breaking Changes

  • since v9.0.1 (not 9.1.0). Look at breaking changes in 9.1.0

    (e70fb2b5)

v9.1.0

02 Feb 14:51
Compare
Choose a tag to compare

<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

16 Jan 12:29
Compare
Choose a tag to compare

<a name"9.0.1">

9.0.1 (2017-01-16)

Bug Fixes

  • servers: put require(...) into try/catch block (ac4514ad)

v9.0.0

13 Jan 16:52
Compare
Choose a tag to compare

<a name"9.0.0">

9.0.0 (2017-01-13)

Breaking Changes

  • use GET for EventSource for the first authentication request and POST for send data

    (343a3a1a)

v8.1.0

06 Jan 13:40
Compare
Choose a tag to compare

<a name"8.1.0">

8.1.0 (2017-01-06)

Features

  • sse: add Server-Sent-Event http server (45a0f068)

v8.0.2

03 Jan 12:08
Compare
Choose a tag to compare

<a name"8.0.2">

8.0.2 (2017-01-03)

Bug Fixes

  • json: parse error when data property is a Javascript object (13446a2b)