Skip to content

Releases: blinklabs-io/gouroboros

v0.71.0

15 Feb 21:47
e0d3f67

Choose a tag to compare

BREAKING CHANGES

ErrorFunc in ConnectionManager has been renamed to ConnClosedFunc and will now get called with a nil error in the case that a connection was closed using the .Close() function

What's Changed

  • fix: added proper help output to gouroboros command by @rakshasa in #497
  • fix: segfault in example server without address or socket args by @rakshasa in #498
  • feat: connection manager notify on conn close with no error by @agaffney in #500

New Contributors

Full Changelog: v0.70.2...v0.71.0

v0.70.2

12 Feb 22:23
1b7e778

Choose a tag to compare

What's Changed

  • fix: adding locking around muxer protocol receivers map to prevent data race by @agaffney in #489
  • test: fix random panic in handshake server tests by @agaffney in #490
  • ci: enable race detection for tests by @agaffney in #491
  • chore(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #494
  • chore(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #492
  • fix: avoid race condition on shutdown during handshake by @agaffney in #495

Full Changelog: v0.70.1...v0.70.2

v0.70.1

04 Feb 14:22
5c8e061

Choose a tag to compare

What's Changed

  • fix: protect against send on closed channel panics by @agaffney in #487

Full Changelog: v0.70.0...v0.70.1

v0.70.0

01 Feb 02:10
32d9713

Choose a tag to compare

What's Changed

Full Changelog: v0.69.6...v0.70.0

v0.69.6

30 Jan 22:42
5c4f70f

Choose a tag to compare

What's Changed

  • chore(deps): bump webiny/action-conventional-commits from 1.2.0 to 1.3.0 by @dependabot in #482
  • fix: shutdown connection on handshake protocol error by @agaffney in #484

Full Changelog: v0.69.5...v0.69.6

v0.69.5

27 Jan 05:24
5515a20

Choose a tag to compare

What's Changed

Full Changelog: v0.69.4...v0.69.5

v0.69.4

25 Jan 19:35
acb24fa

Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #475
  • fix: add locking around connection manager connections by @agaffney in #477

Full Changelog: v0.69.3...v0.69.4

v0.69.3

12 Jan 03:30
ac00572

Choose a tag to compare

What's Changed

  • fix: use correct address network ID for testnets by @agaffney in #474

Full Changelog: v0.69.2...v0.69.3

v0.69.2

31 Dec 21:33
bfcaf52

Choose a tag to compare

What's Changed

  • fix: return empty available block range when at chain tip by @agaffney in #472

Full Changelog: v0.69.1...v0.69.2

v0.69.1

31 Dec 04:55
5b4afa5

Choose a tag to compare

What's Changed

  • fix: don't send double keep-alives by @agaffney in #470
  • fix: prevent block range start from being after end by @agaffney in #471

Full Changelog: v0.69.0...v0.69.1