v1.5.9
Patch Changes
-
fe4153dThanks @RhysSullivan! - Fix a Windows race in the local v1→v2 database migration: the legacy
database rename could hitEBUSY(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