1.5.0 [Ruby SDK]
Features
-
Added signed streams utilities.
AnyCable::Streams
module provides methods for signing and verifying stream names.See docs.
-
Core JWT functionality has been added merged.
Previously available only via the anycable-rails-jwt plugin, the API for generating and verifying AnyCable JWT is now a part of the core Ruby SDK.
-
Added application secret support.
AnyCable now allows you to define a single secret for all features (instead of specifying many of them). Read more in the AnyCable server release notes.
Changes
http_broadcast_secret
is deprecated in favor ofbroadcast_key