1.1.0 🚸
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
orgrpc
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+).