Skip to content

Releases: lora-db/lora

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 28 May 17:41

[0.15.0] - 2026-05-28

Bug fixes

  • play.loradb.com: Re-arm import abort guard under React StrictMode (4338985)

Documentation

  • loradb.com: V0.15 release banner and blog post (2477a73)
  • bindings: Correct README commands and examples (1153f85)
  • Remove vendored GQL reference material (50b6b1f)
  • Refresh repository and architecture docs (41af70f)
  • loradb.com: Rewrite blog posts and blog theme (2534c0b)
  • loradb.com: Refresh guide and reference content (c440377)
  • loradb.com: Add SEO and structured-data infrastructure (7db5bcc)

Features

  • loradb.com: Add /benchmarks routes and shared UI (583e9b0)
  • comparisons: Add multi-engine graph DB benchmark harness (989fb3d)
  • play.loradb.com: SEO metadata, PWA icons, and initial-load UX (78d3872)
  • loradb.com: Rework landing and features pages (b11decc)

Maintenance

  • Un-ignore comparisons/ and add a local .gitignore (3f87da9)

Tests

  • lora-database: Enable FOREACH integration tests (ad9fdb1)

Assets

Platform Asset
Linux x86_64 lora-server-v0.15.0-x86_64-unknown-linux-gnu.tar.gz
Windows x86_64 lora-server-v0.15.0-x86_64-pc-windows-msvc.zip
macOS Intel lora-server-v0.15.0-x86_64-apple-darwin.tar.gz
macOS Apple Silicon lora-server-v0.15.0-aarch64-apple-darwin.tar.gz
Full changelog CHANGELOG.md

Each binary archive ships with a matching .sha256 file. An aggregated lora-server-v0.15.0-SHA256SUMS.txt is also attached.

Download, verify, and run instructions: see RELEASING.md and the README.

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 23 May 22:11

[0.13.0] - 2026-05-22

Bug fixes

  • play.loradb.com: CSV preview keeps quoted newlines and strips UTF-8 BOM (b114883)
  • lora-io: CSV decoder strips UTF-8 BOM and encoder JSON-escapes lists with separators (911788c)
  • play.loradb.com: Rewrite 22N73 from DROP INDEX into DROP CONSTRAINT advice (50a3158)
  • lora-analyzer: Allow property access on UNWIND-bound rows and parameters (79d1528)

Documentation

  • loradb.com: V0.13 release banner and blog post (9c20db8)

Features

  • play.loradb.com: Block input with a loading overlay during snapshot restore (b79fbc1)
  • play.loradb.com: Import data wizard for CSV, JSONL, and JSON with result export (6448fa2)
  • bindings: Row import/export across wasm, node, and shared types (8efe2b9)
  • lora-database: Expose row import/export surface backed by lora-io (a9754cf)
  • lora-io: Row-level import/export crate for JSONL, JSON, and CSV (bb83782)

Refactoring

  • play.loradb.com: Render generated import Cypher in LoraQueryEditor readonly (71b54af)

Assets

Platform Asset
Linux x86_64 lora-server-v0.13.0-x86_64-unknown-linux-gnu.tar.gz
Windows x86_64 lora-server-v0.13.0-x86_64-pc-windows-msvc.zip
macOS Intel lora-server-v0.13.0-x86_64-apple-darwin.tar.gz
macOS Apple Silicon lora-server-v0.13.0-aarch64-apple-darwin.tar.gz
Full changelog CHANGELOG.md

Each binary archive ships with a matching .sha256 file. An aggregated lora-server-v0.13.0-SHA256SUMS.txt is also attached.

Download, verify, and run instructions: see RELEASING.md and the README.

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 23 May 22:10

[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.

v0.11.5

Choose a tag to compare

@github-actions github-actions released this 21 May 06:02

[0.11.5] - 2026-05-20

Features

  • play.loradb.com: Dedupe history entries by body and params (3b2c28b)
  • play.loradb.com: Add auto-format on run preference (6c994e7)
  • lora-query: Source builtin registry from lora-builtins-meta (084b175)
  • lora: Add FOREACH updating clause (e3fb9ff)
  • lora-executor: Add geo.point() and parsing variants of temporal.now() (6b0e050)

Refactoring

  • lora-builtins-meta: Extract builtin metadata into shared crate (0864d15)

Style

  • Apply rustfmt to FOREACH and lora-query builtins (ce349f3)
  • lora-query: Style search/replace panel as IntelliJ-style toolbar (24394f8)

Assets

Platform Asset
Linux x86_64 lora-server-v0.11.5-x86_64-unknown-linux-gnu.tar.gz
Windows x86_64 lora-server-v0.11.5-x86_64-pc-windows-msvc.zip
macOS Intel lora-server-v0.11.5-x86_64-apple-darwin.tar.gz
macOS Apple Silicon lora-server-v0.11.5-aarch64-apple-darwin.tar.gz
Full changelog CHANGELOG.md

Each binary archive ships with a matching .sha256 file. An aggregated lora-server-v0.11.5-SHA256SUMS.txt is also attached.

Download, verify, and run instructions: see RELEASING.md and the README.

v0.11.4

Choose a tag to compare

@github-actions github-actions released this 21 May 06:02

[0.11.4] - 2026-05-19

Bug fixes


Assets

Platform Asset
Linux x86_64 lora-server-v0.11.4-x86_64-unknown-linux-gnu.tar.gz
Windows x86_64 lora-server-v0.11.4-x86_64-pc-windows-msvc.zip
macOS Intel lora-server-v0.11.4-x86_64-apple-darwin.tar.gz
macOS Apple Silicon lora-server-v0.11.4-aarch64-apple-darwin.tar.gz
Full changelog CHANGELOG.md

Each binary archive ships with a matching .sha256 file. An aggregated lora-server-v0.11.4-SHA256SUMS.txt is also attached.

Download, verify, and run instructions: see RELEASING.md and the README.

v0.11.3

Choose a tag to compare

@github-actions github-actions released this 19 May 19:08

[0.11.3] - 2026-05-19

Features

  • play.loradb.com: Embed params payload in share links (6f9c53d)
  • play.loradb.com: Add per-tab Params panel with run-time binding (4d2b6f6)
  • play.loradb.com: Add encrypted snapshot password unlock flow (bb54ea5)
  • lora-query: Add LoraJsonEditor with parameter-aware completion (b9ea965)
  • lora-wasm: Expose snapshotInfo header inspector (7258f58)
  • lora-analyzer: Add datetime/rand/range Cypher-compat aliases (beea554)
  • play.loradb.com: Extend playground theme tokens (2c09537)

Maintenance

  • play.loradb.com: Expose lora-wasm build version to client (7977425)

Refactoring

  • play.loradb.com: Unify result panes around CategoryBadge (07723f7)

Style

  • play.loradb.com: Polish history rows and schema indentation (3281f79)

Assets

Platform Asset
Linux x86_64 lora-server-v0.11.3-x86_64-unknown-linux-gnu.tar.gz
Windows x86_64 lora-server-v0.11.3-x86_64-pc-windows-msvc.zip
macOS Intel lora-server-v0.11.3-x86_64-apple-darwin.tar.gz
macOS Apple Silicon lora-server-v0.11.3-aarch64-apple-darwin.tar.gz
Full changelog CHANGELOG.md

Each binary archive ships with a matching .sha256 file. An aggregated lora-server-v0.11.3-SHA256SUMS.txt is also attached.

Download, verify, and run instructions: see RELEASING.md and the README.

v0.11.2

Choose a tag to compare

@github-actions github-actions released this 19 May 19:08

[0.11.2] - 2026-05-19

Bug fixes

  • play.loradb.com: Inline editor theme derivation to bypass lora-query TLA (b9dcd0e)
  • play.loradb.com: Make dialogs and confirm modals submit on Enter (b170680)

Features

  • play.loradb.com: Add IDE-style hotkeys for save and tab UX (08df7dc)

Assets

Platform Asset
Linux x86_64 lora-server-v0.11.2-x86_64-unknown-linux-gnu.tar.gz
Windows x86_64 lora-server-v0.11.2-x86_64-pc-windows-msvc.zip
macOS Intel lora-server-v0.11.2-x86_64-apple-darwin.tar.gz
macOS Apple Silicon lora-server-v0.11.2-aarch64-apple-darwin.tar.gz
Full changelog CHANGELOG.md

Each binary archive ships with a matching .sha256 file. An aggregated lora-server-v0.11.2-SHA256SUMS.txt is also attached.

Download, verify, and run instructions: see RELEASING.md and the README.

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 19 May 07:22

[0.11.1] - 2026-05-18

Bug fixes

  • lora-graph-canvas: Correct reduceMotion deps and drop redundant eslint-disables (e29434d)
  • play.loradb.com: Harden workspace tab lifecycle (472a1d9)

Documentation

  • loradb.com: Drop local playground page in favour of play.loradb.com (f20efc2)

Features

  • play.loradb.com: Adopt react-resizable-panels for window-management UX (c5a9566)
  • lora-query: Add scrollbar palette tokens and theme overrides (21782d6)
  • lora-graph-canvas: Add panBy/goTo/fitToSelection camera APIs and fitOnSelect prop (4c02928)
  • play.loradb.com: Inline pane action icons in the tab strip (89c3d6c)
  • play.loradb.com: Per-pane view management UX (f34e93f)

Maintenance

  • play: Remove unused workspace imports (b6fd400)
  • eslint: Allow underscore-prefixed and rest-sibling unused vars (8b9bc2a)
  • Delegate root lint to yarn workspaces foreach (e7cd8e9)

Refactoring

  • lora-graph-canvas: Drop unused N generic from GraphDeleteGateApi (cde2ad0)
  • play.loradb.com: Combine editor + result into bound query pane (66a3793)
  • play.loradb.com: Consolidate workspace active-tab resolution (c062c7e)

Assets

Platform Asset
Linux x86_64 lora-server-v0.11.1-x86_64-unknown-linux-gnu.tar.gz
Windows x86_64 lora-server-v0.11.1-x86_64-pc-windows-msvc.zip
macOS Intel lora-server-v0.11.1-x86_64-apple-darwin.tar.gz
macOS Apple Silicon lora-server-v0.11.1-aarch64-apple-darwin.tar.gz
Full changelog CHANGELOG.md

Each binary archive ships with a matching .sha256 file. An aggregated lora-server-v0.11.1-SHA256SUMS.txt is also attached.

Download, verify, and run instructions: see RELEASING.md and the README.

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 19 May 07:24

[0.11.0] - 2026-05-18

Bug fixes

  • play.loradb.com: Escape apostrophe in settings panel label (d0bdf25)
  • lora-wal: Retry directory lock on transient flock contention (f55496c)

CI/CD

  • loradb-docs: Migrate deploy from GitHub Pages to Cloudflare Pages (12e86af)
  • play.loradb.com: Add build, test, and deploy workflow (1fcb35c)
  • loradb-docs: Build lora-query before docs site (9cd852f)

Documentation

  • loradb.com: Expand v0.11 playground launch content and getting-started page (6b7687e)
  • loradb.com: Refresh concepts, data types, functions, and queries pages (022a297)

Features

  • play.loradb.com: Scaffold Next.js playground app (e595493)
  • loradb.com: Add docs Cypher validation scripts (e6390e9)
  • loradb.com: Add CypherSnippet and LoraQueryCodeBlock components (60bbe00)
  • lora-graph-canvas: Add deletion guard and reduced-motion hooks (7bcfba8)
  • lora-query: Expose default exports and styles.css entrypoint (d56df9a)

Tests

  • lora-database: Add docs examples integration test (d81f281)

Assets

Platform Asset
Linux x86_64 lora-server-v0.11.0-x86_64-unknown-linux-gnu.tar.gz
Windows x86_64 lora-server-v0.11.0-x86_64-pc-windows-msvc.zip
macOS Intel lora-server-v0.11.0-x86_64-apple-darwin.tar.gz
macOS Apple Silicon lora-server-v0.11.0-aarch64-apple-darwin.tar.gz
Full changelog CHANGELOG.md

Each binary archive ships with a matching .sha256 file. An aggregated lora-server-v0.11.0-SHA256SUMS.txt is also attached.

Download, verify, and run instructions: see RELEASING.md and the README.

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 18 May 04:48

[0.10.1] - 2026-05-16


Assets

Platform Asset
Linux x86_64 lora-server-v0.10.1-x86_64-unknown-linux-gnu.tar.gz
Windows x86_64 lora-server-v0.10.1-x86_64-pc-windows-msvc.zip
macOS Intel lora-server-v0.10.1-x86_64-apple-darwin.tar.gz
macOS Apple Silicon lora-server-v0.10.1-aarch64-apple-darwin.tar.gz
Full changelog CHANGELOG.md

Each binary archive ships with a matching .sha256 file. An aggregated lora-server-v0.10.1-SHA256SUMS.txt is also attached.

Download, verify, and run instructions: see RELEASING.md and the README.