Skip to content

v1.5.0

Compare
Choose a tag to compare
@nhooyr nhooyr released this 02 Sep 18:55
· 490 commits to master since this release
1f053d9
  • Rewrote autobahn test suite in pure Go (#129)
    • The entire test suite now runs in 2.8s 🎉
  • Improved test coverage to 91% (#123, #126)
  • Modified NetConn wrapper to take context.Context as first argument (#131)
    • This is a breaking change but relatively minor so I don't think it's worth a major release.
  • Modified Dial/Accept to accept a pointer to option structs (#122, #123)
    • This is a breaking change but relatively minor so I don't think it's worth a major release.
  • Reduced Reader/Writer allocations to only 8 bytes (#116, #118)