Skip to content

1.1.0 🚸

Compare
Choose a tag to compare
@palkan palkan released this 01 Jun 11:48
· 145 commits to master since this release

This is a maintenance release. Most changes are internal and doesn't affect public APIs.

Requirements

  • Ruby >= 2.6 is required.
  • Rails >= 6.0 is required.

Changes

  • Adding anycable or grpc gem as an explicit dependency is required.

Now, anycable-rails depends on anycable-core, which doesn't include gRPC server implementation.
You should either add anycable or grpc (>= 1.37) gem as an explicit dependency.

Features

  • Added ability to embed AnyCable RPC into a Rails server process.

Set embedded: true in the configuration to launch RPC along with rails s (only for Rails 6.1+).


Full release notes