Sockudo WebSocket Server 2.4.0
Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.4.0
Using cargo
cargo install sockudo --version 2.4.0
Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.4.0
Platform Support
- ✅ Linux x86_64 (GNU)
- ✅ macOS x86_64 (Intel)
- ✅ macOS ARM64 (Apple Silicon)
- ✅ Windows x86_64
What's Changed
- Configuration precedence fix and dynamic logging support by @MarcEspiard in #38
- fix: default app env by @teovillanueva in #40
New Contributors
- @teovillanueva made their first contribution in #40
Full Changelog: v2.3.2...v2.4.0