# sesame: v0.7.0

release · 2026-02-28 · #sesame · v0.7.0

### Minor Changes

-   54d0fca: Migrate from Bun to Node 25 + tsdown SEA for binary builds.

    -   Replace `bun:sqlite` with `node:sqlite` as the sole SQLite backend.
    -   Replace `bun build --compile` with tsdown exe (Node SEA) for standalone binaries.
    -   Migrate CLI tests from `bun:test` to vitest.
    -   Bump minimum Node version to `>=25.0.0`.
    -   CI builds binaries for linux-x64, linux-arm64, and darwin-arm64 via matrix strategy.

### Patch Changes

-   cc89035: Fix legacy SQLite migration order so tree indexes are created after schema migrations.

    This prevents `sesame status` from failing on existing databases with `no such column: parent_session_id`.

- [GitHub release](https://github.com/aliou/sesame/releases/tag/v0.7.0)
