Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.9.0Using cargo
cargo install sockudo --version 2.9.0Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.9.0
docker pull sockudo/sockudo:2.9.0Direct Download
Download the appropriate binary for your platform from the assets below.
Platform Support
- ✅ Linux x86_64 (GNU)
- ✅ Linux x86_64 (musl)
- ✅ Linux ARM64 (GNU)
- ✅ Linux ARM64 (musl)
- ✅ macOS x86_64 (Intel)
- ✅ macOS ARM64 (Apple Silicon)
- ✅ Windows x86_64
- ✅ Docker linux/amd64
- ✅ Docker linux/arm64
What's Changed
- Add webhooks and watchlist events to app managers by @itsbalamurali in #128
- Add ScyllaDB app manager integration by @itsbalamurali in #129
- Prevent sending close frame when connection is already shutting down by @MarcEspiard in #131
- Clear user auth timeout on private channel subscriptions by @MarcEspiard in #132
Full Changelog: v2.8.1...v2.9.0