8000 Release 1.5.0 [Ruby SDK] · anycable/anycable · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1.5.0 [Ruby SDK]

Compare
Choose a tag to compare
@palkan palkan released this 02 Apr 00:02
· 20 commits to master since this release

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 of broadcast_key
0