🌐 AI搜索 & 代理 主页
Skip to content

Tags: sqliteai/sqlite-sync

Tags

0.8.58

Toggle 0.8.58's commit message
fix(android): remove redundant OpenSSL installation directory definition

0.8.57

Toggle 0.8.57's commit message
fix(workflow): differentiate error and warning for artifact size incr…

…ease based on event type

0.8.56

Toggle 0.8.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/payload buffer reserve (#21)

* fix: reserve payload header space when growing encode buffer

the header bytes are accounted for on the first row

* test: widen payload buffer regression coverage

0.8.55

Toggle 0.8.55's commit message
fix(packages/node): platform generated package.json author as the mai…

…n one

0.8.54

Toggle 0.8.54's commit message
feat(workflow): switch npmjs to OIDC auth

0.8.53

Toggle 0.8.53's commit message
fix(build): update macOS build configuration to support separate buil…

…d architectures

0.8.52

Toggle 0.8.52's commit message
fix(workflow): missing bump sqlite-wasm version in package.json and u…

…pdate release notes for WASM builds

0.8.51

Toggle 0.8.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: speed up query for filling missing columns in refill metatable (#…

…18)

The new query does 1 encode per source row and one indexed NOT-EXISTS probe.
The old plan does many decodes per candidate and can’t use an index to rule out matches quickly—so it burns CPU and I/O.

* Increased performance in cloudsync_refill_metatable
* chore: remove old code
* chore: bump version

---------

Co-authored-by: Marco Bambini <marco@creolabs.com>

0.8.41

Toggle 0.8.41's commit message
fix(release): skip duplicate AAR build

0.8.40

Toggle 0.8.40's commit message
ci: Raised version number