Releases: unigrid-project/hedgehog
Releases · unigrid-project/hedgehog
0.0.7 - Greasy Goron
Maintenance release to address a memory leak with the IO threading.
- P2PClient now properly cleans up after itself whenever a connection issue occurs.
- Number of communication threads set to 4.
- The maximum number of streams per channel set to 512.
- The topology thread is now a lot smarter when deciding when to start another connection attempt.
Full Changelog: v0.0.6...v0.0.7
0.0.6 - Fickle Flamingo
Emergency release to address some critical issues.
- Fix possible null values coming in via rest calls (minting storage specifically).
- Incoming input to the rest service is now fully validated via bean validation.
- Implement "gridspork-list" CLI command.
Full Changelog: v0.0.5...v0.0.6
0.0.5 - Energetic Elephant
Maintenance release to fix spork propagation and network performance.
- Apart from the schedule, spork propagation is now happens instantly to all connected nodes.
- Number of active streams increased to 1024.
- If Hedgehog runs out of working connections it will now retry connecting to the seed nodes.
- Introduced Hello packet. This packet allows nodes to "detect" the IP and port of a connected node even if it is behind a firewall.
- Fix inconsistensies in gridspork timestamp. Different systems could generate timestamps in different granularity depending on OS.
- Introduced "--no-seeds" flag to disable seed nodes.
Full Changelog: v0.0.4...v0.0.5
0.0.4 - Dazzling Dolphin
Maintenance release to improve performance of seed propagation and network communication.
- Seed nodes are globally enabled.
- Spork publishing is put on a schedule.
- Node connections handled by a topology thread.
- Number of default communication threads lowered to 8.
- Bind P2P port to 0.0.0.0 by default.
Full Changelog: v0.0.3...v0.0.4
0.0.3 - Crimson Coyote
This is a maintenance release to test the behavior of the daemon with an updated network stack.
- New versions of the network stack (including QUIC)
- Update of PicoCLI and Apache Commons Configuration dependencies
- New /version command in the REST API
Full Changelog: v0.0.2...v0.0.3
0.0.2 - Bombastic Badger
This release fixes an important data path issue for Windows users.
Full Changelog: v0.0.1...v0.0.2
0.0.1 - Abysmal Addax
First ever public release of Hedgehog.
Full Changelog: https://github.com/unigrid-project/hedgehog/commits/v0.0.1