sesame: v0.7.0
Minor Changes
-
54d0fca: Migrate from Bun to Node 25 + tsdown SEA for binary builds.
- Replace
bun:sqlitewithnode:sqliteas the sole SQLite backend. - Replace
bun build --compilewith tsdown exe (Node SEA) for standalone binaries. - Migrate CLI tests from
bun:testto vitest. - Bump minimum Node version to
>=25.0.0. - CI builds binaries for linux-x64, linux-arm64, and darwin-arm64 via matrix strategy.
- Replace
Patch Changes
-
cc89035: Fix legacy SQLite migration order so tree indexes are created after schema migrations.
This prevents
sesame statusfrom failing on existing databases withno such column: parent_session_id.