Release Notes
Added
- Docs: a CI/CD integration guide covering offline
validateon pull requests,
upon deploy, drift checks viadiff, and non-interactive usage, with
GitHub Actions and GitLab CI examples.
Fixed
create_collectionnow provisions thesparse_vectorsdeclared 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).diffnow 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 | shInstall 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/revectorDownload 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/revectorYou 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>