Skip to content

Tags: bitsinside/sqlite-sync

Tags

0.8.22

Toggle 0.8.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add linux musl builds (sqliteai#14)

* feat(workflow): add musl build for alpine container

* feat(workflow): add musl arm64 builds

* fix(workflow): update ARM architecture OS to ubuntu-24.04-arm in build matrix

* fix(workflow): adjust build steps for musl target in CI workflow

* fix(workflow): adjust shell usage for musl builds in CI workflow

* feat(workflow): add install build dependencies for musl

* feat(workflow): add curl to build dependencies for musl

* feat(workflow): add openssl-dev to build dependencies for musl

* feat(workflow): enable musl test

* feat(workflow): add git clone step for musl arm64 builds

* feat(workflow): add sqlite to build dependencies for musl

* fix(workflow): update condition for checkout step and git clone for musl arm64 after git install

* fix(workflow): add safe.directory configuration for musl arm64 git clone

* fix(workflow): add diagnostic commands for gcc and make in musl arm64 build step

* fix(workflow): remove diagnostic commands for gcc and make from musl arm64 build step

* fix(workflow): update safe.directory configuration for musl arm64 git clone

* fix(workflow): rename musl arm64 git clone step and remove unnecessary echo commands

* fix(workflow): remove unnecessary build dependencies for linux-musl arm64

* fix(workflow): streamline installation of build dependencies for linux-musl

* fix(workflow): move linux-musl configurations

* fix(workflow): update linux-musl job configurations for arm64 and x86_64

* fix(workflow): add musl-gcc as compiler for linux-musl arm64 job

* fix(workflow): update shell command for linux-musl job to use alpine condition

* fix(workflow): enhance linux-musl arm64 job to build and install OpenSSL with musl-gcc

* fix(workflow): update arm64 dependencies for linux-musl job to include linux-libc-dev and wget

* fix(workflow): add CPPFLAGS for musl-gcc configuration in OpenSSL build step

* fix(workflow): update linux-musl arm64 job to use Docker for building and testing

* fix(workflow): update OS version for linux-musl arm64 job to use ubuntu-22.04-arm

* fix(workflow): add error handling in linux-musl arm64 build step

* fix(workflow): refactor linux-musl arm64 build to use Docker for dependency installation and execution

* bump version to 0.8.22

* fix(workflow): update OS versions in CI configuration and improve coverage handling in Makefile

0.8.21

Toggle 0.8.21's commit message
fix(build): update zip command to support folder releases

0.8.20

Toggle 0.8.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request sqliteai#8 from sqliteai/fix-error-messages

Handle error messages from response body in every network backend like curl

0.8.12

Toggle 0.8.12's commit message
Make sure to cleanup old vm when xFilter is called multiple times

0.8.11

Toggle 0.8.11's commit message
clean(workflow): remove unused core dump upload step

0.8.10

Toggle 0.8.10's commit message
fix: fix internal queries to support table/column names with single q…

…uotes or double quotes

0.8.9

Toggle 0.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request sqliteai#7 from sqliteai/fix/support-quoted-identi…

…fiers-for-tables-and-columns

fix: support quoted identifiers for tables and columns

0.8.8

Toggle 0.8.8's commit message
Refactor WASM npm packaging and publishing process

0.8.5

Toggle 0.8.5's commit message
Docs: fix internal links

0.8.4

Toggle 0.8.4's commit message
fix: use "ROLLBACK TO" and "RELEASE" commands to rollback SAVEPOINTs