Skip to content

Releases: citkane/SimpleWebsockets.jl

v0.3.0

21 Jun 17:48
Compare
Choose a tag to compare

SimpleWebsockets v0.3.0

Diff since v0.2.2

Closed issues:

  • Should the package work? (#3)

v0.2.2

17 Jun 18:20
Compare
Choose a tag to compare

SimpleWebsockets v0.2.2

Diff since v0.2.1

Merged pull requests:

  • CompatHelper: bump compat for "HTTP" to "0.9" (#1) (@github-actions[bot])

v0.2.1

30 Oct 17:34
Compare
Choose a tag to compare

SimpleWebsockets v0.2.1

Diff since v0.2.0

fixes server emit method

v0.2.0

30 Oct 17:34
Compare
Choose a tag to compare

SimpleWebsockets v0.2.0

Diff since v0.1.6

New minor release:

  • improved handles for authorization
  • better error logging

Deprecated:

  • logWSerror
  • throwWSerror
  • Server option authheaders

Breaking changes:

  • server option authfunction

v0.1.6

25 Oct 18:00
Compare
Choose a tag to compare

SimpleWebsockets v0.1.6

Diff since v0.1.5

Repairs some faulty docstrings and updates documentation

v0.1.5

25 Oct 00:38
Compare
Choose a tag to compare

SimpleWebsockets v0.1.5

Diff since v0.1.4

Adds authfunction option for server authentication handling

v0.1.4

15 Oct 10:41
Compare
Choose a tag to compare

SimpleWebsockets v0.1.4

Diff since v0.1.3

Server now only warns if client is requesting extension, no longer disconnects.
This allows native browser clients to connect.

v0.1.3

15 Oct 00:34
Compare
Choose a tag to compare

SimpleWebsockets v0.1.3

Diff since v0.1.2

Fixes bug where browser headers were not validated correctly in the server.

v0.1.2

13 Oct 17:26
Compare
Choose a tag to compare

SimpleWebsockets v0.1.2

Diff since v0.1.1

Now calls :message and :pong events synchronously.
Addresses an issue where fast streaming data loses it's order in an async context.

v0.1.1

09 Oct 14:39
Compare
Choose a tag to compare

SimpleWebsockets v0.1.1

Diff since v0.1.0