Skip to content

Latest commit

 

History

History
311 lines (164 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

311 lines (164 loc) · 17.1 KB

Semantic Versioning Changelog

1.5.1 (2021-10-05)

Bug Fixes

1.5.0 (2021-10-05)

Features

1.4.2 (2021-09-21)

Bug Fixes

1.4.1 (2021-09-21)

Bug Fixes

  • allow more lenient peers id load (1fe71b6), closes #51
  • allow more lenient peers id load (981ae27)
  • load peer ID from an empty file (4cfe6fb), closes #52
  • load peer ID from an empty file (b9ff9fa)
  • log_level not found in config (fb0a2da), closes #53
  • log_level not found in config (ddfedea)
  • merge pull request #38 from ivelin/master (12a4365)
  • peer reconnect error; closes #31 (6b68cfa)
  • rename http-proxy to http_proxy (8ee5e0b), closes #50

1.4.5 (2021-01-23)

Bug Fixes

  • log_level not found in config (fb0a2da), closes #53
  • log_level not found in config (ddfedea)

1.4.4 (2021-01-23)

Bug Fixes

  • load peer ID from an empty file (4cfe6fb), closes #52
  • load peer ID from an empty file (b9ff9fa)

1.4.3 (2021-01-23)

Bug Fixes

  • allow more lenient peers id load (1fe71b6), closes #51
  • allow more lenient peers id load (981ae27)

1.4.2 (2021-01-15)

Bug Fixes

  • rename http-proxy to http_proxy (8ee5e0b), closes #50

1.4.1 (2020-11-28)

Bug Fixes

1.4.0 (2020-11-09)

Features

  • expose dedicated configuration (c1cf754), closes #37

1.3.0 (2020-11-03)

Features

  • expose stun servers config (22f69b3), closes #36

1.2.7 (2020-10-31)

Bug Fixes

  • accomodate aiortc 1.0 breaking change (eebc55c)
  • remove irresponsive TURN server (4cafb54)

1.2.6 (2020-10-31)

Bug Fixes

  • remove dead STUN and TURN servers (ef53875)
  • support python 3.7 and 3.8 (cfb81a1)

1.2.5 (2020-06-03)

Bug Fixes

1.2.4 (2020-04-02)

Bug Fixes

  • expand list of fallback stun and turn servers (5e179f3)

1.2.3 (2020-03-29)

Bug Fixes

  • improve http-proxy resilience to network disruptions (2a85739)

1.2.2 (2020-03-24)

Bug Fixes

  • handle graceful peer reconnect on network disruptions (95ce08c)
  • move peer to local variable scope (3afc680)
  • shutdown cleanup (de121d7)
  • syntax error (10ad6e1)

1.2.1 (2020-02-13)

Bug Fixes

  • switched to aiohttp for more robust webrtc connectivity (20f12e2)

1.2.0 (2020-02-12)

Features

  • more robust datachannel management (8755cfc)

1.1.6 (2020-02-04)

Bug Fixes

1.1.5 (2020-02-03)

Bug Fixes

1.1.4 (2020-02-01)

Bug Fixes

  • log levels throughout code (c4c5836)

1.1.3 (2020-01-30)

Bug Fixes

  • polish shutdown sequence (161394c)

1.1.2 (2020-01-29)

Bug Fixes

  • use find_namespace: to include python code in package (204a13b)

1.1.1 (2020-01-29)

Bug Fixes

  • remove msgpack dependency (9dc5b03)

1.1.0 (2020-01-29)

Features

  • add ext.http-proxy to pypi package (1fbaaa4)

1.0.9 (2020-01-28)

Bug Fixes

  • update docs to reflect pypi release (e684daf)

1.0.8 (2020-01-28)

Bug Fixes

  • Include PnP and HTTP Proxy features in README (eaa9fbc)

1.0.7 (2020-01-28)

Bug Fixes

  • include README.md in pypi package (9275708)

1.0.6 (2020-01-28)

Bug Fixes

1.0.5 (2020-01-28)

Bug Fixes

1.0.4 (2020-01-28)

Bug Fixes

1.0.3 (2020-01-28)

Bug Fixes

  • pypi dev status classifier (e8c773a)

1.0.2 (2020-01-28)

Bug Fixes

1.0.1 (2020-01-28)

Bug Fixes

1.0.0 (2020-01-28)

Bug Fixes

  • a number of fixes in the port (c627b1d)
  • add test placeholder (0557c5f)
  • advancing towards initia PoC (39d03f5)
  • advancing with port (3a67796)
  • datachannel handshake bugs (66682a7)
  • datachannel handshake bugs between python and js peers (15c9958)
  • datachannel setup fixes (897a8b0)
  • dataconnection port bugs (6093cde)
  • done with conversion of all peerjs datachannel code to python. Time to test it. (a8ad1cd)
  • first successful package setup script (87dcc2e)
  • http proxy (06d3708)
  • issues with Safari and iOS (57ecadf)
  • making progress with port from js (cf55701)
  • more fixes in port (ef0acc2)
  • p2p dataconnection fixes (5a22a22)
  • peer.py port advancing (af8e675)
  • plug and play support fixes (94b8105)
  • polishing signaling server communication and room membership api (1849be6)
  • port fixes towards MVP (4a76bac)
  • prepare setup.py and .cfg packaging script (1cbe908)
  • progressing with port (70b9eca)
  • progressing with port (6cd7645)
  • progressing with port from js, but not ready yet (4b553d9)
  • progressing with python port (a6142cc)
  • various fixes in python port (ceac7ab)
  • various fixes of port errors (ffe854a)
  • various fixes, close to running a cli test (ed7c608)
  • various port fixes (f26f88b)

Features

  • add peerroom class to manage shared local rooms for peers (467260e)
  • communication with signaling server over websockets successfully tested (62ca5d3)
  • datachannel handshake successful (c9da24a)
  • initial code commit. Dev draft. Doesn't work yet. (3564b3b)
  • persist peer id between restarts (19f42b4)
  • server side http tunnel over webrtc peer datachannel (48b40f3)