Action Cable Client v2.0 Release Notes

  • 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