Skip to content

C FFI v0.9.1

Choose a tag to compare

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

Prebuilt libsqlrite_c for every supported platform, plus the sqlrite.h header.

Download the tarball for your platform, extract, and link:

tar xzf sqlrite-ffi-v0.9.1-<platform>.tar.gz
# lib/   — dynamic + static libraries
# include/sqlrite.h — header to #include

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-ffi-v0.9.1