Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.7.1
Using cargo
cargo install sockudo --version 2.7.1
Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.7.1
docker pull sockudo/sockudo:2.7.1
Direct 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
- fix: add missing channel and data fields for cache channel Pusher com… by @countradooku in #83
- fix: correct HTTP status codes for oversized payloads and expired timestamps by @countradooku in #84
- Fix cache TTL response format in API response by @MarcEspiard in #85
- Improved client event validation by @MarcEspiard in #86
Full Changelog: v2.7.0...v2.7.1