Skip to content

Action Cable client v2.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Sep 07:24
82031d4

One Action Cable client per language, all at the same version.

Installation

Go

go get github.com/basecamp/actioncable-client/go/v2@v2.0.2

TypeScript

npm install @37signals/actioncable@2.0.2

Python

pip install actioncable-client==2.0.2

Ruby

bundle add actioncable-client --version 2.0.2

Kotlin

implementation("com.basecamp:actioncable-client:2.0.2")

Requires the GitHub Packages repository and a token — see Kotlin installation.

Rust

cargo add actioncable-client@2.0.2

Swift

.package(url: "https://github.com/basecamp/actioncable-client", from: "2.0.2")

What's Changed

  • Give the Go module its /v2 suffix, and bump to 2.0.2 by @monorkin in #21

Full Changelog: v2.0.1...v2.0.2