Releases: niv/websocket.nim
Releases · niv/websocket.nim
v0.5.2
correct check for valid opcode + fix some warnings
v0.5.1
The default SSL context has changed to use protSSLv23
instead of protTLSv1
. This shouldn't cause incompatibilities, but please be aware.
0.5.0
0.5.0 (#68)
* made Frame an object, the bools and the opcode are now bitfields
* masking key can be an array with `-d:websocketStricterMaskingKey`
* added error enum for server header verification
* NEP-1 fixes
* documentation improvements
* undeprecate some procs
* readme doc link now doesn't have version in the link to ease updating versions
0.4.2
compile for gc:arc (even if async doesn't work), bump to 0.4.2
0.4.1
Use httpclient.getDefaultSsl if visible
0.4.0
0.4.0 to honor httpclient changes :)
0.3.5
Merge pull request #50 from dom96/deprecate-and-unmask
Deprecate the AsyncSocket functions and fix bug on Safari.
0.3.4
Fix #45 for 0.19 compatibility