Skip to content

build(deps): bump sqlite-vec from 0.1.7-alpha.10 to 0.1.8-alpha.1 in the cargo-non-major group#288

Merged
everettjf merged 1 commit intomainfrom
dependabot/cargo/cargo-non-major-478503d69c
Mar 23, 2026
Merged

build(deps): bump sqlite-vec from 0.1.7-alpha.10 to 0.1.8-alpha.1 in the cargo-non-major group#288
everettjf merged 1 commit intomainfrom
dependabot/cargo/cargo-non-major-478503d69c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2026

Bumps the cargo-non-major group with 1 update: sqlite-vec.

Updates sqlite-vec from 0.1.7-alpha.10 to 0.1.8-alpha.1

Release notes

Sourced from sqlite-vec's releases.

v0.1.8-alpha.1

Attempt to fix Node.js package distribution by bumping sqlite-dist in the release process.

sqlite-vec is back: v0.1.7

sqlite-vec is back! After a long hiatus, I am now working again on making sqlite-vec as fast and easy-to-use as possible.

I'd like to especially thank Mozilla for graciously supporting me in improving sqlite-vec!

This v0.1.7 release fixes some long-standing bugs and introduces a few small new features, namely:

  • Proper DELETE support: Deleting vectors will now clear up space (if you DELETE enough to clear out a chunk, ~1024 vectors).
  • Constraint support on constraint column in KNN queries: You can now use >/>=/</<= constraints on the distance column in vec0 KNN queries, which allows you to "paginate" through KNN queries. This isn't "real" pagination, but if you ever wanted to scroll through vector search results without a giant k value and doing it manually, this may help!

But overall, this release is about reviving old workflows, updating runners, fixing tests, and other housekeeping tasks. I now have proper fuzz testing on sqlite-vec, which has caught a few memory related, rare bugs.

There's still much to do: the documentation site is stale, docs are out-of-date, some old Go/ncruces bindings are paused. Feel free to file issues as you see fit, I'm finding it hard to see which bugs are still oustanding.

But the biggest update coming soon: ANN support. Look for the first release of DiskANN in sqlite-vec coming very soon!

And to end this: a big thanks to everyone who have used and continue to use sqlite-vec. I do apologize greatly for the long time between releases. This project got quite large very fast, and I do appreicate though who offered support and patched (big shoutout to @​vlasky who's maintained a fork!).

v0.1.7-alpha.13

No release notes provided.

v0.1.7-alpha.12

No release notes provided.

v0.1.7-alpha.11

No release notes provided.

Commits
  • e7ae41b v0.1.8-alpha.1
  • a8d81cb bump sqlte-dist
  • 633eecf v0.1.7
  • 4138619 v0.1.7-alpha.13
  • 7669f69 v0.1.7-alpha.12
  • 380b0bb Redact version from info table snapshot to avoid test failures on version bumps
  • 41cecba v0.1.7-alpha.11
  • cb147c8 Complete vec0 DELETE: zero data, reclaim empty chunks, fix metadata rc bug (#...
  • 5f4e5dd fuzz-macos: mark as continue-on-error (best-effort)
  • d04e2ae Fix remaining fuzzer issues: leaks and macOS SDK headers
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-non-major group with 1 update: [sqlite-vec](https://github.com/asg017/sqlite-vec).


Updates `sqlite-vec` from 0.1.7-alpha.10 to 0.1.8-alpha.1
- [Release notes](https://github.com/asg017/sqlite-vec/releases)
- [Commits](asg017/sqlite-vec@v0.1.7-alpha.10...v0.1.8-alpha.1)

---
updated-dependencies:
- dependency-name: sqlite-vec
  dependency-version: 0.1.8-alpha.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-non-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 21, 2026
@dependabot dependabot bot requested a review from everettjf as a code owner March 21, 2026 11:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 21, 2026
@everettjf everettjf merged commit c407f02 into main Mar 23, 2026
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cargo-non-major-478503d69c branch March 23, 2026 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant