Releases: sockjs/sockjs-node
Releases · sockjs/sockjs-node
0.3.24
- Remove excess file from npm package
0.3.21
- Update
faye-websocket
and websocket-driver
to address DDoS vulnerability #275
0.3.20
- Updated
node-uuid
and coffeescript
- Exclude
examples
, tests
, and Makefile
from npm package
- Update examples to use latest jQuery and sockjs-client #271
- Don't call
res.end
in writeHead
#266
- Pin
websocket-driver
as later versions cause some tests from sockjs-protocol
to fail
0.3.19
- Update
node-uuid
version #224
- Add
disable_cors
option to prevent CORS headers from being added to responses #218
- Add
dnt
header to whitelist #212
- Add
x-forwarded-host
and x-forwarded-port
headers to whitelist #208
- Update
sockjs_url
default to latest 1.x target #223
- Updated hapi.js example #216
0.3.18
- Change to using
res.statusCode
instead of manual parsing of res._header
#213
- Update sockjs-protocol filename in README #203
0.3.17
- Fix usage of undefined
session
in heartbeat_timeout
#179
v0.3.15
- #175 - Remove usage of naked '@' function params to be compatible with coffeescript 1.9.0
v0.3.13
- #171 - upgrade faye-websocket to 0.9.3 to fix growing FD count