Skip to content

Releases: coder/websocket

v1.3.0

03 Jul 18:09
5024792
Compare
Choose a tag to compare
  • Adds net.Conn adapter (#100)

v1.2.1

23 Jun 04:21
176b144
Compare
Choose a tag to compare
  • Improved docs
  • New CloseRead method (#98)

v1.2.0

11 Jun 21:02
71e5415
Compare
Choose a tag to compare
  • Removes read loop
  • Removes Conn.Context from public API
    • Sorry for the breakage. See #93 for details.

v1.1.1

04 Jun 01:30
169cdbc
Compare
Choose a tag to compare
  • Implements client side WebSocket masking and Sec-WebSocket-Accept verification #88

v1.1.0

02 Jun 14:55
3fc2087
Compare
Choose a tag to compare
  • Buffer pooling in wspb/wsjson #71

v1.0.0

01 Jun 10:25
9c8f1d1
Compare
Choose a tag to compare
  • Frozen API
  • Improved error messages and handling of edge cases
  • Many small bug fixes
  • Simplified implementation

v0.2.0

27 Apr 16:13
a2e039f
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Much improved API and docs over v0.1.0

v0.1.0

07 Apr 16:58
3a01bba
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial version that passes all tests and implements the full API.