All Versions
14
Latest Version
Avg Release Cycle
156 days
Latest Release
1573 days ago

Changelog History
Page 1

  • v3.1.0

    December 07, 2019
  • v3.0.1 Changes

    December 12, 2018
    • #27 (@neomilium)
      • Implement reconnect
      • Fix issue with subscribing only working on initial connection
      • Additional Tests
      • Drop support for Ruby 2.2
  • v2.0.2 Changes

    November 29, 2017

    From the changelog:

    2.0.2

    • #24 Fix bug where action cable client is too fast for the server and doesn't wait for the server's welcome message before initiating a channel subscription (@wpp)
  • v2.0.1 Changes

    September 11, 2017

    General

  • v2.0 Changes

    General

    • #18 Added the ability to reconnect (@NullVoxPopuli)
    • #19 Allow for additional params via the identifier (@mcary, @NullVoxPopuli)
    • ๐Ÿ‘Œ Support ruby-2.4.x
    • #20 Change underlying websocket gem to websocket-eventmachine-client
      • enables SSL
      • allows header usage on handshake

    ๐Ÿ’ฅ Breaking

    • #19 Removed queued_send in initializer - this allows for a action_cable_client to be simpler, and stay an true to real-time communication as possible -- also it wasn't being used. (@NullVoxPopuli)
    • โฌ‡๏ธ Drop Support for ruby-2.2.x
  • v1.3.4 Changes

    September 07, 2016
    • #7 Avoid crashing on empty JSON data (@MikeAski)
  • v1.3.3

    August 15, 2016
  • v1.3.2 Changes

    May 14, 2016
    • Getting disconnected from the server will now set the result of subscribed? to false (@NullVoxPopuli)
  • v1.3.0 Changes

    • subscribed now is a callback instead of a boolean (@NullVoxPopuli)
    • subscribed? tells whether or not the client is subscribed to the channel (@NullVoxPopuli)
    • โž• added subscribed callback which signifies when the client can start sending messages on the channel (@NullVoxPopuli)
  • v1.2.4 Changes

    April 29, 2016
    • #3 Support Ruby 2.2.2 (@NullVoxPopuli)