Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 4.5.1Using cargo
cargo install sockudo --version 4.5.1Using Docker
docker pull ghcr.io/sockudo/sockudo:4.5.1
docker pull sockudo/sockudo:4.5.1Direct 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(adapter): add targeted routing and sharded pub/sub for Redis transports by @lilfaf in #247
- Expose metrics recorder and migrate docs surface by @countradooku in #246
Full Changelog: v4.5.0...v4.5.1