Skip to content

v1.5.8

Choose a tag to compare

@github-actions github-actions released this 12 Jun 21:36
f15f33d

Patch Changes

  • #983 bcfdeb2 Thanks @RhysSullivan! - Hardened the local v1→v2 database upgrade

    Upgrading a local database created by an older (v1) release is now resilient to
    interrupted or partially-written upgrade state:

    • The one-time upgrade is recorded in the migration ledger, so it is never
      re-attempted on later boots. Databases that have already upgraded are detected
      from the ledger and skip the upgrade path entirely.
    • Replaying the legacy schema now tolerates a missing or truncated migration
      journal instead of failing to start, so a database left in a half-written
      state from a previous crash boots cleanly.
  • Updated dependencies []:

    • @executor-js/sdk@1.5.8
    • @executor-js/runtime-quickjs@1.5.8
    • @executor-js/local@1.4.4
    • @executor-js/api@1.4.28