Releases: coast-team/sigver
Releases · coast-team/sigver
v15.0.1
<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
<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
<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
<a name"13.1.3">
13.1.3 (2017-05-04)
Bug Fixes
- ping: use setTimeout instead of setInterval (549bd8ac)
v13.1.2
<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
<a name"13.1.1">
13.1.1 (2017-04-28)
Bug Fixes
- https: add additional intermediate certificate option (5da89b19)
v13.1.0
<a name"13.1.0">
13.1.0 (2017-04-27)
Features
- https: server can listen on wss:// (e116af4c)
v13.0.1
<a name"13.0.1">
13.0.1 (2017-04-08)
Bug Fixes
- channel: opener did not unsubscribe from joining (7c0a5767)
v13.0.0
<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
<a name"12.0.1">
12.0.1 (2017-04-03)
Bug Fixes
- socket: non standard close code no longer throws an error (49577391)