Releases: coder/websocket
Releases · coder/websocket
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.1
v1.5.0
- 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)