Websocket-Rails v0.7.0 Release Notes

Release Date: 2014-03-14 // about 10 years ago
  • March 14 2014

    • โž• Add verification of parsing results in Event. (Prevents a possible denial of service attack when sending improperly formatted but valid JSON. Thanks to @maharifu

    • ๐Ÿ‘Œ Support HTTP streaming for Internet Explorer versions 8+ by using XDomainRequest - Thanks to @lkol

    • โž• Added a possibility to set channel success and failure callbacks on subscribe. - Thanks to @lkol

    • ๐Ÿ›  Rescue symbolizing of channel names. fixes #166 - Thanks to @KazW

    • ๐Ÿ”จ Refactor *.coffee files. Add reconnect() method. - Thanks to @jtomaszewski

    • โž• Add Channel tokens to prevent unauthorized subscriptions to channels. Thanks - @moaa and @elthariel

    • ๐Ÿ›  Fixed a bug where a newline was being outputted in the log regardless of log level - Thanks to @markmalek

    • Properly handle WSS and WS protocols in the JavaScript client - Thanks to @markee

    • Defer #on_open to EM.next_tick. fixes #135 - Thanks to @moaa

    • โž• Add subscriber Join/Part events for channels - Thanks to @moaa

    • Convert controller's action_name to a string to get AbstractController::Callbacks (before_action) working properly [fixes #150] - Thanks to @Pitr


Previous changes from v0.6.2

  • September 8 2013

    • โšก๏ธ Updated Dispatcher#broadcast_message to work with the new ConnectionManager connections hash. - Thanks to @Frustrate @moaa