v0.12.0
[0.12.0] - 2026-05-21
Bug fixes
- clippy: Solve clippy errors (
d94a70a)
Documentation
- loradb.com: Add 'where SQL quietly degrades' blog post (
4052395) - loradb.com: V0.12 release banner and blog post (
1afe081)
Features
- play.loradb.com: Surface owning index name in 22N73 schema-conflict messages (
fcbe041) - play.loradb.com: Vector index tuning wizard with HNSW, quantization, and pre-filter (
c8a78aa) - lora-database: Validate HNSW tuning options and route through vector_search backend (
0e257a3) - lora-snapshot: Persist HNSW backend in v5 trailer (
c8f6373) - lora-store: Plumb vector tuning options, async populate, and restrict_to filter (
7e51eee) - lora-store: Add HNSW vector backend with metrics, pre-filter, and int8 quantization (
ae8175b) - play.loradb.com: Add schema designer, snippets, and refactor Inspector (
528a009) - lora-store: Add in-memory vector index backend (
407e471)
Maintenance
- Enable eslint-plugin-prettier (
9312cd8)
Refactoring
- lora-graph-canvas: Extract palette and apply prettier formatting (
7fd7ed3)
Tests
- lora-snapshot: Fill vector_indexes field in SnapshotPayload fixtures (
4eaaf44) - lora-database: Vector oracle, HNSW recall, snapshot round-trip, and pre-filter coverage (
eae51c4)
Style
- Apply rustfmt to vector index and HNSW code paths (
6f4ab6e) - lora-query: Apply prettier formatting (
3704466) - loradb.com: Apply prettier formatting (
1a756df) - bindings: Apply prettier formatting (
fd31389)
Assets
| Platform | Asset |
|---|---|
| Linux x86_64 | lora-server-v0.12.0-x86_64-unknown-linux-gnu.tar.gz |
| Windows x86_64 | lora-server-v0.12.0-x86_64-pc-windows-msvc.zip |
| macOS Intel | lora-server-v0.12.0-x86_64-apple-darwin.tar.gz |
| macOS Apple Silicon | lora-server-v0.12.0-aarch64-apple-darwin.tar.gz |
| Full changelog | CHANGELOG.md |
Each binary archive ships with a matching .sha256 file. An aggregated lora-server-v0.12.0-SHA256SUMS.txt is also attached.
Download, verify, and run instructions: see RELEASING.md and the README.