Skip to content

v4.1.0

Compare
Choose a tag to compare
@kalitine kalitine released this 13 Jun 08:44
· 34 commits to master since this release

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)