Skip to content

Releases: unigrid-project/hedgehog

0.0.7 - Greasy Goron

21 Jun 16:48
Compare
Choose a tag to compare

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

16 Jun 19:46
Compare
Choose a tag to compare

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

16 Jun 14:49
Compare
Choose a tag to compare

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

26 May 12:31
Compare
Choose a tag to compare

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

17 May 12:17
Compare
Choose a tag to compare

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

21 Apr 14:02
Compare
Choose a tag to compare

This release fixes an important data path issue for Windows users.

Full Changelog: v0.0.1...v0.0.2

0.0.1 - Abysmal Addax

12 Apr 07:52
Compare
Choose a tag to compare

First ever public release of Hedgehog.

Full Changelog: https://github.com/unigrid-project/hedgehog/commits/v0.0.1