Skip to content

Commit 5e51510

Browse files
committed
docs(README): update branch description to clarify hardening and SQLite updates
1 parent f7ae5c0 commit 5e51510

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
> - Once development resumes on the original repository, users are encouraged to switch back.
99
> - All credit for the original implementation goes to [Alex Garcia](https://github.com/asg017).
1010
> - Credit for creating the fork and merging PRs goes to [Vlad Lasky](https://github.com/vlasky).
11-
> - Minor hardening and SQLite updates have been done to this fork -- feel free to cherry-pick any changes back upstream -- commits are kept isolated for this purpose.
11+
>
12+
> This branch includes:
13+
> - Hardening (replaced atoi() with strtol(), vendor.sh SHA validation, pinned GHA versions, OIDC releases)
14+
> - Update to the latest SQLite release (should be no-op, and backward compatible)
15+
> - Node.js release added Alpine/MUSL x64/arm64 and Windows arm64 prebuilds
16+
> - Node.js package now includes all prebuilds (so post-install scriptes!)
17+
18+
> Feel free to cherry-pick any changes back upstream -- commits are kept small and isolated for this purpose.
1219
1320
An extremely small, "fast enough" vector search SQLite extension that runs
1421
anywhere! A successor to [`sqlite-vss`](https://github.com/asg017/sqlite-vss)

0 commit comments

Comments
 (0)