Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 08 May 22:34
· 51 commits to main since this release
9221f49

SQLRite v0.9.1

Per-product releases in this wave:

  • πŸ¦€ Rust engine β†’ crates.io
  • πŸ€– MCP server β†’ crates.io β€” cargo install sqlrite-mcp or grab a prebuilt binary tarball; wires SQLRite into Claude Code / Cursor / any MCP client over stdio
  • πŸ”§ C FFI β€” prebuilt libsqlrite_c for Linux x86_64/aarch64, macOS aarch64, Windows x86_64
  • πŸ–₯️ Desktop β€” unsigned installers for Linux (AppImage + deb), macOS (dmg aarch64), Windows (msi)
  • 🐍 Python β†’ PyPI β€” abi3-py38 wheels for Linux x86_64/aarch64, macOS aarch64, Windows x86_64 + sdist
  • 🟒 Node.js β†’ npm β€” N-API bindings with prebuilt .node binaries for Linux x86_64/aarch64, macOS aarch64, Windows x86_64
  • 🌐 WASM β†’ npm β€” browser/bundler-target WebAssembly build via wasm-pack
  • 🐹 Go SDK β†’ go get github.com/joaoh82/rust_sqlite/sdk/go@v0.9.1 β€” database/sql driver via cgo against libsqlrite_c

Auto-generated changelog below ↓

What's Changed

  • feat(engine): HNSW probe widened to cosine + dot via per-index metric (SQLR-28) by @joaoh82 in #113
  • feat(bench): v2 republish β€” post-SQLR-23 pinned-host run + headline update (SQLR-25) by @joaoh82 in #114
  • feat(engine): PRAGMA dispatcher + auto_vacuum knob (SQLR-13) by @joaoh82 in #115
  • Release v0.9.1 by @github-actions[bot] in #116

Full Changelog: v0.9.0...v0.9.1