Lite Cable v0.7.0 Release Notes

Release Date: 2020-01-07 // over 4 years ago
  • 🔄 Changes

    • 🔨 Refactored AnyCable integration.

    Now you only need to set AnyCable broadcast adapter:

    LiteCable.broadcast\_adapter = :any\_cable
    
    # or via env/configLITECABLE\_BROADCAST\_ADAPTER=any\_cable ruby my\_app.rb
    
    • ⬇️ Dropped Ruby 2.4 support.

Previous changes from v0.6.0

    • ⬇️ Drop Ruby 2.3 support ([@palkan][])