Releases: coast-team/netflux
Releases · coast-team/netflux
v4.3.1
v4.3.0
v4.2.1
v4.2.0
v4.1.3
4.1.3 (2018-06-22)
Bug Fixes
- confusion with connection ids defined by Signaling and WebGroup (0a502bf)
- datachannel: properly set target channel type (8580ce1)
- message: issue with sending messages > 15kb (75c358b)
Performance Improvements
- channel: listen on oniceconnectionstatechange for faster disconnect (31108f6)
v4.1.2
v4.1.1
v4.1.0
4.1.0 (2018-06-13)
Bug Fixes
- fullmesh: add a reconnect timeout when failed to connect (78a05a6)
- fullmesh: call onMemberJoin after adding a distant peer (7d8deaa)
- fullmesh: check delayed members only before connecting (ffbc607)
- fullmesh: didn't clear adjacentMembers on leave (650afd8)
- fullmesh: didn't start members check intervals for the first member (fd0f083)
- fullmesh: do not add distant member from a signaling (0f0f29f)
- fullmesh: issue with update antecedent member id algorithm (17e1aec)
- remove conflicting variable declarations with typescript (0fce933)
- fullmesh: update antecedentId too early (6273472)
- service: catch possible message decode errors (4fc396c)
- typings: add missing declaration file (f0cc9ba)
- webchannel: bad states checks led to untimely rejoin/leave (a7e2ad6)
- webchannel: rejoin when signaling is out + visibility changed (32e5971)
- webchannel: some rare scenarios when rejoin would block (51e82e8)
- webrtc: handle errors when connection failed (d080797)
Features
- webgroup: new neighbours attribute (ca06067)