Skip to content

v0.71.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 21:47
· 545 commits to main since this release
e0d3f67

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