Skip to content

0.7.0

Compare
Choose a tag to compare
@palkan palkan released this 30 Jun 20:49
· 25 commits to master since this release

Changes

  • Refactored AnyCable integration.

Now you only need to set AnyCable broadcast adapter:

LiteCable.broadcast_adapter = :any_cable
# or via env/config
LITECABLE_BROADCAST_ADAPTER=any_cable ruby my_app.rb
  • Dropped Ruby 2.4 support.