Sockudo WebSocket Server 2.2.1
Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.2.1
Using cargo
cargo install sockudo --version 2.2.1
Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.2.1
Platform Support
- ✅ Linux x86_64 (GNU)
- ✅ macOS x86_64 (Intel)
- ✅ macOS ARM64 (Apple Silicon)
- ✅ Windows x86_64
What's Changed
- FIX webhook integration not using queue url_override as it should by @MarcEspiard in #32
- Fix crypto provider not initialized in some cases by @MarcEspiard in #31
New Contributors
- @MarcEspiard made their first contribution in #32
Full Changelog: v2.2.0...v2.2.1