Breaking release. The local database engine now defaults to Node's built-in node:sqlite instead of the native better-sqlite3, and the minimum Node version is raised to 22.13.0. This ends the Node-ABI-mismatch failure class structurally — the default install has no compiled native module to dlopen, so a Node upgrade can never again silently break memory storage.
Changed
- BREAKING: minimum Node is now
>=22.13.0(drops 20 and 21).node:sqliteships - BREAKING: the default local DB engine is now
node:sqlite(native-free) (CR-69,
Migration
- Most installs need no action — a fresh
npm install -g @massu/core@2.0.0on Node
Infrastructure
- G-6 anti-vacuity registration for this release's guard pile (no
@massu/coreruntime