Releases: citkane/SimpleWebsockets.jl
Releases · citkane/SimpleWebsockets.jl
v0.3.0
v0.2.2
SimpleWebsockets v0.2.2
Merged pull requests:
- CompatHelper: bump compat for "HTTP" to "0.9" (#1) (@github-actions[bot])
v0.2.1
v0.2.0
SimpleWebsockets v0.2.0
New minor release:
- improved handles for authorization
- better error logging
Deprecated:
logWSerror
throwWSerror
- Server option
authheaders
Breaking changes:
- server option
authfunction
v0.1.6
v0.1.5
SimpleWebsockets v0.1.5
Adds authfunction
option for server authentication handling
v0.1.4
SimpleWebsockets v0.1.4
Server now only warns if client is requesting extension, no longer disconnects.
This allows native browser clients to connect.
v0.1.3
SimpleWebsockets v0.1.3
Fixes bug where browser headers were not validated correctly in the server.
v0.1.2
SimpleWebsockets v0.1.2
Now calls :message and :pong events synchronously.
Addresses an issue where fast streaming data loses it's order in an async context.