Skip to content

Rust engine v0.9.1

Choose a tag to compare

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

Published to crates.io: https://crates.io/crates/sqlrite-engine/0.9.1

[dependencies]
sqlrite-engine = "0.9.1"
// The [lib] name stays `sqlrite`, so the import alias is
// the short one even though the package name is longer.
use sqlrite::{Database, ExecutionResult};

See the umbrella release v0.9.1 for the full changelog.

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: sdk/go/v0.9.0...sqlrite-v0.9.1