Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.7.3
Using cargo
cargo install sockudo --version 2.7.3
Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.7.3
docker pull sockudo/sockudo:2.7.3
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
- feat: integrate auto-allocator for platform-optimized memory allocation by @countradooku in #90
- feat: replace auto-allocator with mimalloc by @countradooku in #92
- feat: make activity_timeout configurable for client-server synchroniz… by @countradooku in #93
- Feat/horizontal adapters refactor by @MarcEspiard in #91
- Fix/channel vacated not fired async worker by @MarcEspiard in #99
Full Changelog: v2.7.2...v2.7.3