All Versions
31
Latest Version
Avg Release Cycle
192 days
Latest Release
1377 days ago

Changelog History
Page 1

  • v0.3.21 Changes

    July 31, 2020
    • ⚡️ Update faye-websocket and websocket-driver to address DDoS vulnerability #275
  • v0.3.20

    March 09, 2020
  • v0.3.19 Changes

    October 12, 2017
    • ⚡️ 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
  • v0.3.18 Changes

    October 12, 2017
    • 🔄 Change to using res.statusCode instead of manual parsing of res._header #213
    • ⚡️ Update sockjs-protocol filename in README #203
  • v0.3.17 Changes

    April 29, 2016
    • 🛠 Fix usage of undefined session in heartbeat_timeout #179
  • v0.3.16 Changes

    March 23, 2016
    • Fix CORS response for null origin #177
    • Add websocket ping-pong and close if no response #129, #162, #169
    • Update sockjs-client version in examples #182
    • Add koa example #180
    • Disable raw websocket endpoint when websocket = false #183
    • Upgrade to faye-websocket 0.10.0 and use proper close code
    • When connection is aborted, don't delay the teardown
    • Forward additional headers #188
    • Add no-transform to Cache-Control headers #189
    • Update documentation about heartbeats #192
  • v0.3.15 Changes

    March 11, 2015
    • 🚚 #175 - Remove usage of naked '@' function params to be compatible with coffeescript 1.9.0
  • v0.3.14 Changes

    March 05, 2015
    • Re-publish to npm because of build issue in 0.3.13
  • v0.3.13 Changes

    February 26, 2015
    • ⬆️ #171 - upgrade faye-websocket to 0.9.3 to fix growing FD count
  • v0.3.12 Changes

    January 06, 2015
    • Allow Faye socket constructor options to be passed with faye_server_options option to createServer
    • Fix websocket bad json tests
    • Upgrade Faye to allow 0.9.*