Skip to content

[Snyk] Upgrade sqlite-vec from 0.1.7-alpha.2 to 0.1.9 - #114

Open
peterj wants to merge 1 commit into
mainfrom
snyk-upgrade-0f5fcc84bf9e56993bc2a06099a7b234
Open

[Snyk] Upgrade sqlite-vec from 0.1.7-alpha.2 to 0.1.9#114
peterj wants to merge 1 commit into
mainfrom
snyk-upgrade-0f5fcc84bf9e56993bc2a06099a7b234

Conversation

@peterj

@peterj peterj commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

snyk-top-banner

Snyk has created this PR to upgrade sqlite-vec from 0.1.7-alpha.2 to 0.1.9.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 8 versions ahead of your current version.

  • The recommended version was released 5 months ago.

Breaking Change Risk

Merge Risk: Low

Notice: This assessment is enhanced by AI.

Release notes
Package name: sqlite-vec
  • 0.1.9 - 2026-03-31

    Fixes #274, which discovered that DELETE operations on vec0 tables with metadata text columns that are long (>12chars) would erronuously report a SQLItE_DONE error.

  • 0.1.9-alpha.1 - 2026-03-30

    Attempted fix of broken DELETEs on vec0 rows with large metdata text column values, as reported in #274

  • 0.1.8 - 2026-03-30

    Minor fix to the sqlite-vec NPM package, fixing #272. If youv'e ever had a problem npm install'ing sqlite-vec, now
    's a great time to try again!

  • 0.1.8-alpha.1 - 2026-03-21

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

  • 0.1.7 - 2026-03-17

    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!).

  • 0.1.7-alpha.13 - 2026-03-17
    No content.
  • 0.1.7-alpha.11 - 2026-03-17
    No content.
  • 0.1.7-alpha.10 - 2026-02-13
    No content.
  • 0.1.7-alpha.2 - 2025-01-10
from sqlite-vec GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade sqlite-vec from 0.1.7-alpha.2 to 0.1.9.

See this package in npm:
sqlite-vec

See this project in Snyk:
https://app.snyk.io/org/kagent/project/59d13508-dc88-4e32-80ef-cc59cc4840ea?utm_source=github&utm_medium=referral&page=upgrade-pr
@peterj

peterj commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

Merge Risk: Low

This is a patch version upgrade that contains bug fixes and no documented breaking changes.

  • v0.1.9: Contains a bug fix for DELETE operations.
  • v0.1.8: No specific release notes are available, but given the small version increment, it likely contains minor fixes or improvements.

The package is in a pre-v1.0 state, and the author notes to expect breaking changes in general, but none are documented for this specific range.

Source: GitHub Releases

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants