Skip to content

Commit bb0dd6f

Browse files
v5.0.1 (#163)
* Update docker hub description in docker-publish.yml. * test(core): Rewrite Zod boundary test script to dynamically test all MCP tools * chore: update dependencies and security patches * fix: rename .github/README.md to ABOUT.md to restore repository homepage * chore(tests): move playwright json output to hidden dotfile to survive coverage wipe * chore: add .playwright-results.json to gitignore * test(admin): fix WAL mode assertions in Code Mode test prompt Updated Native expectations for wal(disable) and wal(checkpoint) to align with true SQLite behavior within single-connection sandboxes. * chore(release): bump version to v5.0.1 * test: address PR review feedback on exhaustive test script
1 parent 6a7dc74 commit bb0dd6f

20 files changed

Lines changed: 305 additions & 194 deletions
File renamed without changes.

.github/workflows/ci-health-monitor.lock.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
password: ${{ secrets.DOCKERHUB_DESC_TOKEN || secrets.DOCKER_TOKEN }}
350350
repository: ${{ env.IMAGE_NAME }}
351351
readme-filepath: ./DOCKER_README.md
352-
short-description: "SQLite MCP181+ Tools in 1 Code Mode, HTTP/SSE, OAuth 2.1, Tool Filtering & Audit/Token Logging"
352+
short-description: "Secure SQLite MCP: 181+ Tools via V8 Code Mode. Dual-Transport HTTP/SSE, OAuth 2.1 & Audit Logging."
353353

354354
- name: Deployment Summary
355355
if: startsWith(github.ref, 'refs/tags/v')

.github/workflows/dockerfile-patch-drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
persist-credentials: false
9494

95-
- uses: pnpm/action-setup@a15d269cd4658e1107c09f1fabf4cbd7bd1f308a # v4.4.0
95+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
9696
with:
9797
version: 9.15.4
9898

.github/workflows/docs-drift-detector.lock.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: false
2424

25-
- uses: pnpm/action-setup@a15d269cd4658e1107c09f1fabf4cbd7bd1f308a # v4.4.0
25+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2626
with:
2727
version: 9.15.4
2828

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828

29-
- uses: pnpm/action-setup@a15d269cd4658e1107c09f1fabf4cbd7bd1f308a # v4.4.0
29+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
3030
with:
3131
version: 9.15.4
3232

@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
persist-credentials: false
8282

83-
- uses: pnpm/action-setup@a15d269cd4658e1107c09f1fabf4cbd7bd1f308a # v4.4.0
83+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
8484
with:
8585
version: 9.15.4
8686

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
persist-credentials: false
4343

44-
- uses: pnpm/action-setup@a15d269cd4658e1107c09f1fabf4cbd7bd1f308a # v4.4.0
44+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
4545
with:
4646
version: 9.15.4
4747

.github/workflows/wiki-drift-detector.lock.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ package-lock.json
103103
tmp/
104104
temp/
105105
*.tmp
106+
.playwright-results.json

0 commit comments

Comments
 (0)