tag:github.com,2008:https://github.com/sqliteai/sqlite-vector/releases Tags from sqlite-vector 2026-03-11T17:49:14Z tag:github.com,2008:Repository/961916425/0.9.93 2026-03-11T17:54:45Z 0.9.93 Gioee tag:github.com,2008:Repository/961916425/0.9.92 2026-02-21T20:53:28Z 0.9.92 <p>Some issues fixed</p> <p>#: 1 <br /> Severity: HIGH <br /> File: distance-avx512.c:877 <br /> Fix: Removed (n+7)/8 — n is already byte count from all callers, matching CPU/NEON/SSE2/AVX2 backends <br /> ──────────────────────────────────────── <br /> #: 2 <br /> Severity: MEDIUM <br /> File: sqlite-vector.c:1949 <br /> Fix: Added vector_allocated flag and sqlite3_free calls on all exit paths in vCursorFilterCommon when vector was allocated by vector_from_json <br /> ──────────────────────────────────────── <br /> #: 3 <br /> Severity: LOW <br /> File: sqlite-vector.c:1194 <br /> Fix: Swapped the ternary branches so is_without_rowid==true gets the "must have INTEGER PRIMARY KEY" error and is_without_rowid==false gets the "Out of memory" <br /> error <br /> ──────────────────────────────────────── <br /> #: 4 <br /> Severity: LOW <br /> File: sqlite-vector.c:1058 <br /> Fix: Added KEY_MATCH macro that checks key_len == sizeof(key)-1 before strncasecmp, preventing prefix matches like "ty" matching "type"</p> Gioee tag:github.com,2008:Repository/961916425/0.9.91 2026-02-21T07:19:07Z 0.9.91 <p>fix(vtab): streaming mode ignored ORDER BY due to wrong orderByConsum…</p> <p>…ed flag (<a class="issue-link js-issue-link" href="https://github.com/sqliteai/sqlite-vector/issues/43">#43</a>)</p> <p>vFullScanBestIndex checked VECTOR_COLUMN_K (column 2) to detect top-k <br />mode, but with SQLite table-valued functions, positional arg 2 (the <br />vector blob) always maps to column 2 — so orderByConsumed was always <br />set to 1, even in streaming mode. SQLite then skipped sorting entirely.</p> <p>Fix: detect top-k mode by checking VECTOR_COLUMN_MEMIDX (column 3), <br />which only has a constraint when the 4th positional arg (k) is provided.</p> <p>Added regression test covering stream + JOIN + ORDER BY + LIMIT.</p> <p>Co-Authored-By: Claude Opus 4.6 &lt;[email protected]&gt;</p> Gioee tag:github.com,2008:Repository/961916425/0.9.90 2026-02-16T17:04:31Z 0.9.90 <p>fix(windows): static link libgcc to avoid missing dependencies (<a class="issue-link js-issue-link" href="https://github.com/sqliteai/sqlite-vector/pull/42">#42</a>)</p> <p>* fix(Makefile): add static-libgcc flag for Windows builds</p> <p>* Bump version to 0.9.90</p> Gioee tag:github.com,2008:Repository/961916425/0.9.85 2026-02-11T11:49:22Z 0.9.85 Gioee tag:github.com,2008:Repository/961916425/0.9.84 2026-02-11T11:35:46Z 0.9.84 <p>Bump version to 0.9.84 and add Flutter package install instructions t…</p> <p>…o README</p> Gioee tag:github.com,2008:Repository/961916425/0.9.80 2026-02-09T07:36:07Z 0.9.80 <p>Added clamping and unified stream/non-stream modules. Several other i…</p> <p>…mprovements and issues fixed.</p> github-actions tag:github.com,2008:Repository/961916425/0.9.70 2026-01-26T15:32:11Z 0.9.70 github-actions tag:github.com,2008:Repository/961916425/0.9.60 2026-01-22T10:43:28Z 0.9.60 github-actions tag:github.com,2008:Repository/961916425/0.9.52 2025-11-05T17:23:51Z 0.9.52 <p>fix(workflow): differentiate error and warning for artifact size incr…</p> <p>…ease based on event type</p> github-actions