Skip to content

v1.5.9

Choose a tag to compare

@github-actions github-actions released this 12 Jun 22:02
533b45d

Patch Changes

  • fe4153d Thanks @RhysSullivan! - Fix a Windows race in the local v1→v2 database migration: the legacy
    database rename could hit EBUSY (file still held by the just-closed
    SQLite handle or an antivirus scan) and crash the app at boot. The retry
    window now covers the lock instead of giving up after ~2 seconds.

    Also hardens the desktop release pipeline so a hung platform build fails
    fast instead of blocking later releases.

  • Updated dependencies []:

    • @executor-js/sdk@1.5.9
    • @executor-js/runtime-quickjs@1.5.9
    • @executor-js/local@1.4.4
    • @executor-js/api@1.4.29