[Snyk] Upgrade sqlite-vec from 0.1.7-alpha.2 to 0.1.9 - #114
Open
peterj wants to merge 1 commit into
Open
Conversation
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
Contributor
Author
|
This is a patch version upgrade that contains bug fixes and no documented breaking changes.
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Release notes
Package name: sqlite-vec
-
0.1.9 - 2026-03-31
-
0.1.9-alpha.1 - 2026-03-30
-
0.1.8 - 2026-03-30
-
0.1.8-alpha.1 - 2026-03-21
-
0.1.7 - 2026-03-17
- Proper
- Constraint support on
-
0.1.7-alpha.13 - 2026-03-17
-
0.1.7-alpha.11 - 2026-03-17
-
0.1.7-alpha.10 - 2026-02-13
-
0.1.7-alpha.2 - 2025-01-10
from sqlite-vec GitHub release notesFixes #274, which discovered that
DELETEoperations onvec0tables with metadata text columns that are long (>12chars) would erronuously report aSQLItE_DONEerror.Attempted fix of broken
DELETEs onvec0rows with large metdata text column values, as reported in #274Minor fix to the
sqlite-vecNPM package, fixing #272. If youv'e ever had a problemnpm install'ingsqlite-vec, now's a great time to try again!
Attempt to fix Node.js package distribution by bumping
sqlite-distin the release process.sqlite-vecis back! After a long hiatus, I am now working again on makingsqlite-vecas 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.7release fixes some long-standing bugs and introduces a few small new features, namely:DELETEsupport: Deleting vectors will now clear up space (if you DELETE enough to clear out a chunk, ~1024 vectors).constraintcolumn in KNN queries: You can now use>/>=/</<=constraints on the distance column invec0KNN 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 giantkvalue 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!).No content.
No content.
No content.
Important
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: