Releases: basecamp/actioncable-client
Releases · basecamp/actioncable-client
Release list
Action Cable client v2.0.2
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
Full Changelog: v2.0.1...v2.0.2
v1.2.0
What's Changed
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Stop reconnecting on terminal application errors by @robzolkos in #9
- Harden the release process by @robzolkos in #10
New Contributors
- @robzolkos made their first contribution in #9
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
- @dependabot[bot] made their first contribution in #1
- @monorkin made their first contribution in #2
Full Changelog: https://github.com/basecamp/actioncable-go/commits/v1.0.0