Skip to content

v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 15:52
· 85 commits to main since this release

Changelog

  • e11e339 Add LocalEndpoints() to Conn interface
  • b70b692 Add NewUDPEndpoint()
  • 6e49871 Add RemovePeer function to handlers
  • 7788c31 Added CODEOWNERS file
  • d2a8320 Do not use composition for UDPEndpoint
  • 0ba6fd5 Expose handshake handlers in public API
  • d973365 Fix golangci-lint error
  • a3e41fa Fix typo
  • 77f1e3b Improve naming of receivers in UDPConn
  • 75016e8 Make Conn and Endpoint public
  • 1336454 Make UDPConn and UDPEndpoint public
  • 5d6daed Only close server connection when created by NewUDPServer()
  • 3a3d216 Rename master branch to main
  • 8cea153 Support addition & removal peers
  • 9661de0 Update license note in README