Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 12:54

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.