Skip to content

Releases: coast-team/netflux

v4.3.1

07 Sep 14:10
Compare
Choose a tag to compare

4.3.1 (2018-09-07)

Bug Fixes

  • bot: add additional check preventing another WebGroup with the same key (135d9f1)

v4.3.0

01 Aug 12:14
Compare
Choose a tag to compare

4.3.0 (2018-08-01)

Features

  • webgroup: new onMyId callback (a8fa20d)

v4.2.1

30 Jul 12:57
Compare
Choose a tag to compare

4.2.1 (2018-07-30)

Bug Fixes

  • uws: fix uws version to 10.148.1 (c4f598c)

v4.2.0

25 Jul 08:39
Compare
Choose a tag to compare

4.2.0 (2018-07-25)

Features

v4.1.3

22 Jun 13:14
Compare
Choose a tag to compare

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

18 Jun 09:41
Compare
Choose a tag to compare

4.1.2 (2018-06-18)

Bug Fixes

  • decode: catch possible errors thrown by decode function (bb68e1f)

v4.1.1

13 Jun 14:14
Compare
Choose a tag to compare

4.1.1 (2018-06-13)

Bug Fixes

  • typings: remove typings.d.ts which caused many problems (beddfbf)

v4.1.0

13 Jun 08:44
Compare
Choose a tag to compare

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)

Performance Improvements

  • fullmesh: route message via bot if available (034054d)
  • fullmesh: update antecedent id only when the state is JOINED (38532d1)

v4.0.6

28 May 14:36
Compare
Choose a tag to compare

4.0.6 (2018-05-28)

Bug Fixes

  • webrtc: no longer throw illegalBuffer error on sending last message (5602e21)

v4.0.5

24 May 15:04
Compare
Choose a tag to compare

4.0.5 (2018-05-24)

Bug Fixes

  • channel: create Channel instance after the connection has opened (5a6b4fc)
  • rejoin: did not rejoin when switching wifi networks (0ded085)
  • topology: send correct heartbeat message for distant peers (2de6d9c)