Skip to content

1.3.0

Compare
Choose a tag to compare
@palkan palkan released this 21 Feb 18:40
· 97 commits to master since this release

This release makes our Action Cable integration more robust and safe to use with other extensions.
We also made it easier to run both Action Cable and AnyCable at the same time, so you can migrate gradually.

Changes

  • Action Cable integration is completely rewritten to avoid potential patches incompatibility. The amount of patches code has been minimized, no more open classes, only Module#prepend with a feature check.

Features

  • Added AnyCable::Rails.extend_adapter! method to make any Action Cable pub/sub adapter compatible with AnyCable (i.e., broadcast updates to both Action Cable engine and AnyCable).

Other