Skip to content

Releases: niv/websocket.nim

v0.5.2

04 Dec 09:11
Compare
Choose a tag to compare
correct check for valid opcode + fix some warnings

v0.5.1

15 Aug 11:53
Compare
Choose a tag to compare

The default SSL context has changed to use protSSLv23 instead of protTLSv1. This shouldn't cause incompatibilities, but please be aware.

0.5.0

02 May 17:09
Compare
Choose a tag to compare
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

01 May 19:12
Compare
Choose a tag to compare
compile for gc:arc (even if async doesn't work), bump to 0.4.2

0.4.1

21 Oct 12:23
58fece6
Compare
Choose a tag to compare
Use httpclient.getDefaultSsl if visible

0.4.0

16 Jul 08:45
4fdd6a6
Compare
Choose a tag to compare
0.4.0 to honor httpclient changes :)

0.3.6

12 Jul 23:39
edb2d41
Compare
Choose a tag to compare
0.3.6 for nimble

0.3.5

28 Jan 23:04
62057bf
Compare
Choose a tag to compare
Merge pull request #50 from dom96/deprecate-and-unmask

Deprecate the AsyncSocket functions and fix bug on Safari.

0.3.4

03 Oct 17:38
Compare
Choose a tag to compare

Fix #45 for 0.19 compatibility

0.3.3

12 Sep 19:35
Compare
Choose a tag to compare
update to 0.3.3