Skip to content

0.3.0 - 2026-06-25

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 16:18
036614e

Release Notes

Added

  • Docs: a CI/CD integration guide covering offline validate on pull requests,
    up on deploy, drift checks via diff, and non-interactive usage, with
    GitHub Actions and GitLab CI examples.

Fixed

  • create_collection now provisions the sparse_vectors declared in a spec.
    They were silently dropped during spec→client conversion, so collections came
    up dense-only (and sparse-only specs sent an empty dense map). diff now also
    compares declared sparse vectors against the live collection.

Install revector 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diegoglozano/revector/releases/download/v0.3.0/revector-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/diegoglozano/revector/releases/download/v0.3.0/revector-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install diegoglozano/tap/revector

Download revector 0.3.0

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

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo diegoglozano/revector

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>