This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Releases: alecbcs/hyprspace
Releases · alecbcs/hyprspace
v0.2.2
What's Changed
- Fix Malformed IP Parsing & Add More Documentation by @alecbcs in hyprspace/hyprspace#70
- Added a check for properly formatted IP addresses when parsing the configuration.
- Fixed a bug with background daemons crashing due to a closed pipe.
- Introduced a log file for background daemons for better debugging.
- Added print statements when creating a new interface.
- Added additional documentation to cli/up.go.
Full Changelog: hyprspace/hyprspace@v0.2.1...v0.2.2
v0.2.1
Full Changelog: hyprspace/hyprspace@v0.2.0...v0.2.1
- I've added a whole bunch of performance improvements to stream reuse! It took on the order of 12hr to figure out what was the cause, learn about TCP/UDP protocols, and implement the fix. I'm now seeing bandwidth as high as 850Mbps!
v0.2.0
What's Changed
- Enormous thanks to @sug0 & @dukzcry who added support for Windows and removed Linux's dependency on
ip
in hyprspace/hyprspace#65 - @jimt fixed a broken link & some spelling mistakes in the README in hyprspace/hyprspace#67
- @alecbcs improved performance by reusing Libp2p streams in hyprspace/hyprspace#69
- We also improved the MacOS support to better configure network interfaces!
Full Changelog: hyprspace/hyprspace@v0.1.7...v0.2.0
v0.1.7
What's New
- Add quic transport and ipv6 by @notassigned in hyprspace/hyprspace#37 (First Contribution! Thank you @notassigned)
- Improve Background Bandwidth Usage by Removing Discover Keys by @alecbcs in hyprspace/hyprspace#52
Full Changelog: hyprspace/hyprspace@v0.1.6...v0.1.7
v0.1.6
Changelog:
- Add support for UPnP NAT mapping #27 (@alecbcs)
- No longer hard code IP binary path #19 (Thanks @max-privatevoid!)
v0.1.5
Changelog:
- Switched to DHT-Client Mode to decrease networking overhead.
- Decreased the size of the application binaries by removing debugging information.
v0.1.4
Changelog:
- Hyprspace now correctly reports when it cannot create a background daemon.
- We now support running multiple interfaces on a single machine by allowing either the user to create a custom listen port, or by dynamically picking a port when the default is selected and already in use.
v0.1.2
Changelog
- Fixed a bunch of spelling errors in the interface and code base.
- Improved performance of the system over local area network iperf tests.
v0.1.1
Changelog:
- Fixed up a bug in pretty discovery that was causing an infinite loop and eating up CPU cycles.
v0.1.0
Initial Release of Hyprspace