Releases: unredacted/slipstream-rust
Releases · unredacted/slipstream-rust
v0.1.0
What's New
Configurable Max Connections
- Added
--max-connections/-mCLI argument toslipstream-server - Default increased from 8 to 256 concurrent connections
- Allows tuning for high-traffic or resource-constrained deployments
Cross-Platform Build Fixes
- Fixed ARM builds (Linux and macOS) by creating picotls-fusion stub
- Improved OpenSSL path detection for macOS (supports Homebrew on both Intel and Apple Silicon)
- Removed x86_64 macOS target (GitHub Actions no longer provides Intel macOS runners)
Supported Platforms
- Linux x86_64
- Linux ARM64
- macOS ARM64 (Apple Silicon)
Full Changelog: https://github.com/unredacted/slipstream-rust/commits/v0.1.0