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

Tags: sqliteai/sqlite-js

Tags

1.1.15

Toggle 1.1.15's commit message
Bump version to 1.1.15

1.1.14

Toggle 1.1.14's commit message
feat(packages): add @sqliteai/sqlite-js Node package

1.1.13

Toggle 1.1.13's commit message
fix: prevent memory leak in js_setup_aggregate on init_code failure

Ensure JS_FreeContext is called when init_code throws during aggregate setup.
Previously, the context was not freed on exception, leading to a memory leak and
a potential assertion failure in JS_FreeRuntime during shutdown.

1.1.12

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

1.1.11

Toggle 1.1.11's commit message
Bump version to 1.1.11

1.1.9

Toggle 1.1.9's commit message
fix(release): notarize apple dylib extensions

1.1.8

Toggle 1.1.8's commit message
Bump SQLITE_JS_VERSION to 1.1.8

1.1.7

Toggle 1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add xcframework and musl builds, sign and notarize Apple builds (#9)

* bump version to 1.1.7

* Refactor Makefile and Workflow file

* Add 'extension' target to Makefile for improved build process

* Add module map and header files for xcframework generation

* Enhance release workflow with keychain management and codesigning for xcframework

* Rename main workflow file for building, testing, and releasing sqlite-js

1.1.6

Toggle 1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.1.6

1.1.5

Toggle 1.1.5's commit message
Raised version