Releases: coder/websocket
Releases · coder/websocket
v1.3.2
24 Jul 22:57
Compare
Sorry, something went wrong.
No results found
Improved behaviour when receiving close frames (#109 )
v1.3.1
13 Jul 03:26
Compare
Sorry, something went wrong.
No results found
Clarifies exactly what Conn.Close does and makes CloseError only accessible for received close frames (#103 )
v1.3.0
03 Jul 18:09
Compare
Sorry, something went wrong.
No results found
Adds net.Conn adapter (#100 )
v1.2.1
23 Jun 04:21
Compare
Sorry, something went wrong.
No results found
Improved docs
New CloseRead method (#98 )
v1.2.0
11 Jun 21:02
Compare
Sorry, something went wrong.
No results found
Removes read loop
Removes Conn.Context from public API
Sorry for the breakage. See #93 for details.
v1.1.1
04 Jun 01:30
Compare
Sorry, something went wrong.
No results found
Implements client side WebSocket masking and Sec-WebSocket-Accept verification #88
v1.1.0
02 Jun 14:55
Compare
Sorry, something went wrong.
No results found
Buffer pooling in wspb/wsjson #71
v1.0.0
01 Jun 10:25
Compare
Sorry, something went wrong.
No results found
Frozen API
Improved error messages and handling of edge cases
Many small bug fixes
Simplified implementation
v0.2.0
27 Apr 16:13
Compare
Sorry, something went wrong.
No results found
Much improved API and docs over v0.1.0
v0.1.0
07 Apr 16:58
Compare
Sorry, something went wrong.
No results found
Initial version that passes all tests and implements the full API.