Skip to content

Releases: basecamp/actioncable-client

Action Cable client v2.0.2

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

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 14:02
0d02e57

What's Changed

  • Type the transport's failures a caller acts on by @monorkin in #11

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 16:18
060a345

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@monorkin monorkin released this 08 Sep 05:02
ea2cdf5

What's Changed

  • Bump the github-actions group with 3 updates by @dependabot[bot] in #1
  • Add ability to define dynamic headers by @monorkin in #2
  • Convert tests to testify by @monorkin in #3
  • Build the upgrade request with http.Request by @monorkin in #4
  • Fix header clobbering by @monorkin in #5
  • Share one subscribe per identifier by @monorkin in #6
  • Make the client's lifecycle observable and its teardown safe by @monorkin in #7

New Contributors

Full Changelog: https://github.com/basecamp/actioncable-go/commits/v1.0.0