Releases: blinklabs-io/gouroboros
Releases · blinklabs-io/gouroboros
v0.71.0
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
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
What's Changed
Full Changelog: v0.70.0...v0.70.1
v0.70.0
What's Changed
Full Changelog: v0.69.6...v0.70.0
v0.69.6
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
v0.69.4
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
What's Changed
Full Changelog: v0.69.2...v0.69.3
v0.69.2
What's Changed
Full Changelog: v0.69.1...v0.69.2