Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 13 Apr 14:58
· 2 commits to master since this release

[1.0.2] - 2026-04-13

Changed

  • Isolated npm install execution during published-package smoke checks to avoid cross-environment interference in release verification.
  • Migrated SQLite runtime integration to native adapters: node:sqlite on Node.js and bun:sqlite on Bun, removing the better-sqlite3 dependency.
  • Added runtime-aware smoke commands and coverage (smoke:node, smoke:bun, smoke:cross-runtime, and test:runtime) with CI workflow updates for cross-runtime validation.
  • Added a JavaScript vector-distance fallback path so Bun runtime keeps semantic search functionality even when native sqlite-vector extension loading is unavailable.
  • Added MCP Registry release publishing in .github/workflows/release.yml after npm publish detection, with pinned mcp-publisher download verification, GitHub OIDC authentication, and release-version synchronization into server.json.