Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.9.2Using cargo
cargo install sockudo --version 2.9.2Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.9.2
docker pull sockudo/sockudo:2.9.2Direct 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
Full Changelog: v2.9.1...v2.9.2
What's Changed
- fix: use close code 4200 for auth failures to enable PusherJS reconection and set debug default to false by @countradooku in #138
- fix: correct WebSocket close codes to match Pusher protocol specifica… by @countradooku in #139
- Fix dynamodb adapter find_by_key by @lilfaf in #142
- Fix SQS adapter by @lilfaf in #143
- Fix Redis rate limiter sliding window cleanup by @dennismenken in #133
- fix: restore close code 4200 for graceful shutdown by @lilfaf in #144
New Contributors
- @lilfaf made their first contribution in #142
- @dennismenken made their first contribution in #133
Full Changelog: v2.9.0...v2.9.2