Skip to content

Releases: coast-team/sigver

v15.0.1

25 Jul 15:47
Compare
Choose a tag to compare

<a name"15.0.1">

15.0.1 (2017-07-25)

Bug Fixes

  • Peer: notify peers about end of candidates (2be803c9)
  • eslint: misspelt eslint-config-conaclos (31427673)

v15.0.0

20 Jul 12:39
Compare
Choose a tag to compare

<a name"15.0.0">

15.0.0 (2017-07-20)

Breaking Changes

  • The communication protocol changed from JSON to Protobuf (see src/message.proto).
    The protocol has changed also. No longer send 'join' message, specify the key in the url (e. g.
    'ws://mydomaine.com/LKDo2mdffe9fg').

(94ad86db)

v14.0.0

16 Jun 06:43
Compare
Choose a tag to compare

<a name"14.0.0">

14.0.0 (2017-06-16)

Breaking Changes

  • Remove -wsLib option. 'uws' module used for WebSocketServer.

(4d1fd43f)

v13.1.3

04 May 15:26
Compare
Choose a tag to compare

<a name"13.1.3">

13.1.3 (2017-05-04)

Bug Fixes

  • ping: use setTimeout instead of setInterval (549bd8ac)

v13.1.2

04 May 14:46
Compare
Choose a tag to compare

<a name"13.1.2">

13.1.2 (2017-05-04)

Bug Fixes

  • ping: ping interval was not rerun after first ping (53af5637)

v13.1.1

28 Apr 16:22
Compare
Choose a tag to compare

<a name"13.1.1">

13.1.1 (2017-04-28)

Bug Fixes

  • https: add additional intermediate certificate option (5da89b19)

v13.1.0

27 Apr 13:42
Compare
Choose a tag to compare

<a name"13.1.0">

13.1.0 (2017-04-27)

Features

  • https: server can listen on wss:// (e116af4c)

v13.0.1

08 Apr 10:15
Compare
Choose a tag to compare

<a name"13.0.1">

13.0.1 (2017-04-08)

Bug Fixes

  • channel: opener did not unsubscribe from joining (7c0a5767)

v13.0.0

05 Apr 13:38
Compare
Choose a tag to compare

<a name"13.0.0">

13.0.0 (2017-04-05)

Bug Fixes

  • channel: after join the channel did not unsubscribe from opener (6b258cfe)

Breaking Changes

  • From now the server send ping periodically to joining too and not only to opener.

(6b258cfe)

v12.0.1

03 Apr 14:06
Compare
Choose a tag to compare

<a name"12.0.1">

12.0.1 (2017-04-03)

Bug Fixes

  • socket: non standard close code no longer throws an error (49577391)