Releases: coder/websocket
Releases · coder/websocket
v1.3.0
- Adds net.Conn adapter (#100)
v1.2.1
- Improved docs
- New CloseRead method (#98)
v1.2.0
- Removes read loop
- Removes Conn.Context from public API
- Sorry for the breakage. See #93 for details.
v1.1.1
- Implements client side WebSocket masking and Sec-WebSocket-Accept verification #88
v1.1.0
- Buffer pooling in wspb/wsjson #71
v1.0.0
- Frozen API
- Improved error messages and handling of edge cases
- Many small bug fixes
- Simplified implementation
v0.2.0
Much improved API and docs over v0.1.0
v0.1.0
Initial version that passes all tests and implements the full API.