Skip to content

xray-rust v0.4.1-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 20:26
· 116 commits to main since this release
  • Made the blocking RC interoperability gate self-contained on a clean runner:
    it now builds the xray-rust CLI in the release profile and passes that
    exact binary to the benchmark harness while keeping implicit builds disabled.
    A hermetic clean-target regression test prevents stale target/debug
    artifacts from masking this release-gate failure again.