Skip to content

Releases: subutai-io/p2p

v6.3.2

25 Apr 06:05
a4bfcfa
Compare
Choose a tag to compare
  • Removed references to previous DHT URLs
  • Fixed daemon start on windows
  • --dht flag has been deprecated on start command
  • --dht flag has been added to daemon
  • Forced peer disconnect when same MAC or endpoints are active on another peer
  • Added Administrator permission checks for Windows platform
  • Modified DHT buffer size from 1K to 4K
  • Fixed issue with wrong data length on DHT packets
  • Added a goroutine to wait for active bootstrap connection on daemon start
  • Fixed environments restore from file
  • Fixed DHT disconnect after computer sleep
  • Fixed Bug with Splitting DHT Packets
  • Added Swagger REST API
  • Faster ARP data extraction
  • Increased test coverage

Release 6.3.1

09 Apr 11:56
234b6a2
Compare
Choose a tag to compare
* Improved connection for local and internet peers
* Reconnection stability

6.3.0

09 Apr 05:19
125807f
Compare
Choose a tag to compare
  • New connection process with multiple endpoints
  • DHT client moved from instances to daemon - now a single connection to
    bootstrap node for the whole process
  • Code cleanup: removed obsolete peer states, DHT client code

v6.2.20

12 Mar 04:51
b2431af
Compare
Choose a tag to compare
* Improvements in Windows networking subsystem
* Fixed several problems with Windows package
* Signed Windows package

Version 6.2.19

06 Mar 09:53
e21a6be
Compare
Choose a tag to compare
* Added disconnect on version mismatch

Release 6.2.18

17 Feb 06:04
6283cda
Compare
Choose a tag to compare
* Fixed problems with TAP interfaces on Windows

Version 6.2.9

12 Jan 11:00
9602d85
Compare
Choose a tag to compare
* New option to remove interface from p2p history using `stop` command
* Windows Service implementation with `service` command
* Fixed routine cleanup #469
* Improved connectivity using TURN server
* Improved connectivity over Internet

6.2.8

19 Dec 06:29
da19858
Compare
Choose a tag to compare
* Fixed problem with proxy connection spam
* Fixed stale proxy cleanup
* Improved stability

Version 6.2.5

01 Dec 09:47
de3ecc9
Compare
Choose a tag to compare
* Fixed proxy array population
* Fixed unnecessary goroutine creation

Version 6.2.4

30 Nov 10:38
7584951
Compare
Choose a tag to compare
  • Refactored communication between peers over TURN server
  • Fixed high CPU consumption
  • Improved stability