Skip to content

3.3.2 - 2026-06-08

Choose a tag to compare

@github-actions github-actions released this 09 Jun 00:18

Release Notes

Build/release-infra hardening only — no changes to the nd300/speedqx binaries.

Fixed

  • cargo-dist install is no longer blocked by GitHub's flaky installer-script CDN.
    ci.yml's dist-plan job and release.yml's plan job now fetch the prebuilt
    dist binary tarball (cargo-dist-x86_64-unknown-linux-gnu.tar.xz, with
    curl --retry) and extract dist directly, instead of piping
    cargo-dist-installer.sh | sh. GitHub's release CDN had repeatedly returned
    504 on that small script asset while the .tar.xz stayed available — and
    because dist-plan is not continue-on-error, it failed the whole CI run and
    blocked the crates.io publish (it held up the 3.3.1 release for hours). The
    per-target build-local-artifacts jobs still use cargo-dist's platform-detecting
    installer for their own runners (each needs a different host tarball).

Install nd300 3.3.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/QubeTX/qube-network-diagnostics/releases/download/v3.3.2/nd300-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/QubeTX/qube-network-diagnostics/releases/download/v3.3.2/nd300-installer.ps1 | iex"

Download nd300 3.3.2

File Platform Checksum
nd300-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
nd300-x86_64-apple-darwin.tar.xz Intel macOS checksum
nd300-x86_64-pc-windows-msvc.zip x64 Windows checksum
nd300-x86_64-pc-windows-msvc.msi x64 Windows checksum
nd300-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
nd300-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
nd300-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum