Sockudo WebSocket Server 2.5.1
Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.5.1
Using cargo
cargo install sockudo --version 2.5.1
Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.5.1
Platform Support
- ✅ Linux x86_64 (GNU)
- ✅ macOS x86_64 (Intel)
- ✅ macOS ARM64 (Apple Silicon)
- ✅ Windows x86_64
What's Changed
- FIX tests setup by @MarcEspiard in #46
- Feat/overall health endpoint by @MarcEspiard in #49
New
- /up API endpoint to monitor overall health of Sockudo app without specifying an app
- Added examples for Grafana dashboard and alert configurations
- Fixed Dockerfile setup re. health checks
- Improved Redis connection reliability / automatic reconnections
Full Changelog: v2.5.0...v2.5.1