Releases: coder/websocket
Releases · coder/websocket
v1.8.3
- Add chat example #174
- Ensure connection closes correctly on any error #193
v1.8.2
- Fixed a bug in accept code with multiple tokens in a header #189
v1.8.1
- Fixes a bug in permessage-deflate parameter negotiation #188
v1.7.4
- Dramatically optimize WebSocket masking algorithm implementation #171
- We are now 1.75x faster than gorilla/websocket and gobwas/ws all while using pure safe Go
- Thanks @renthraysk
v1.7.3
- Fixes race with Read after Close #168
v1.7.2
- Fix concurrent reads with close handshake #164
v1.7.1
- Minor documentation improvements
- Improved close handshake behaviour bc4fce0
- Removed the typescript CI in favour of make 4d4a02d
v1.7.0
- Implement close handshake #160
- Add CloseStatus convenience wrapper to get StatusCode from CloseError #159
v1.6.5
- Fixed WASM Subprotocol selection #155