Releases: diegoglozano/revector
Releases · diegoglozano/revector
Release list
0.3.0 - 2026-06-25
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>0.2.0
Release Notes
Added
revector validate— parse all migrations and resolve the revision chain
offline (no Qdrant connection); a fast CI / pre-commit check.revector stamp <rev|head|base>— mark the database as being at a revision
without running any operations (Alembic'sstamp), for adopting an
existing collection. Supports--dry-run.- Advisory locking —
up/down/to/stamptake a lock record in the tracking
collection so concurrent runs don't race;--forceoverrides a stale lock. - Rollback confirmations —
down(and a backwardsto) prompt before running;
-y/--yesskips, and a non-interactive shell refuses without it. - A Qdrant-style Agent Skill (
skills/revector/SKILL.md) for schema migrations. - Supply-chain CI:
cargo-deny(advisories/licenses/bans/sources, run weekly),
Dependabot, and SLSA build-provenance attestations on release artifacts.
Notes
- Linear revision chains only; per-vector hnsw/quantization can't be set at
create_vectortime (apply via a follow-upupdate_collection).
Install revector 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diegoglozano/revector/releases/download/v0.2.0/revector-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/diegoglozano/revector/releases/download/v0.2.0/revector-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install diegoglozano/tap/revectorDownload revector 0.2.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>v0.1.0
Install revector 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diegoglozano/revector/releases/download/v0.1.0/revector-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/diegoglozano/revector/releases/download/v0.1.0/revector-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install diegoglozano/tap/revectorDownload revector 0.1.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 |