Releases: subutai-io/p2p
Releases · subutai-io/p2p
v6.3.2
- 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
* Improved connection for local and internet peers * Reconnection stability
6.3.0
v6.2.20
Version 6.2.19
* Added disconnect on version mismatch
Release 6.2.18
* Fixed problems with TAP interfaces on Windows
Version 6.2.9
* 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
Version 6.2.5
* Fixed proxy array population * Fixed unnecessary goroutine creation
Version 6.2.4
- Refactored communication between peers over TURN server
- Fixed high CPU consumption
- Improved stability