Skip to content

Releases: unredacted/slipstream-rust

v0.1.0

18 Jan 18:48

Choose a tag to compare

What's New

Configurable Max Connections

  • Added --max-connections / -m CLI argument to slipstream-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