Skip to content

v1.5.7

Choose a tag to compare

@github-actions github-actions released this 12 Jun 21:37
· 55 commits to main since this release
b92dba6

Patch Changes

  • #964 7cee242 Thanks @RhysSullivan! - Desktop crash reporting and diagnostics

    • The desktop app now reports crashes from all of its processes (window, main, and the local server sidecar), so launch failures and silent exits become fixable bugs instead of mysteries. Reporting is disabled in local/dev builds and honors DO_NOT_TRACK=1 as an opt-out.
    • If the local server crashes, the app shows a crash screen with restart and update actions instead of closing silently, and the server's output is persisted to the log file.
    • New Export Diagnostics (menu and Settings) zips logs, crash dumps, and a redacted system manifest to Downloads — never secrets or executor data — and Report a Problem… prefills a GitHub issue with the diagnostics attached.
  • #964 7cee242 Thanks @RhysSullivan! - Faster integrations with large API specs

    Resolved OpenAPI spec text and GraphQL introspection snapshots are now stored content-addressed in the plugin blob store instead of inline in each integration's stored config. Listing integrations no longer loads multi-megabyte spec blobs it immediately discards, which makes the integrations surface dramatically faster for workspaces with large specs. Existing integrations keep working: rows that still inline a spec resolve unchanged and are rewritten in place the next time they are imported or refreshed.

  • Updated dependencies [7cee242, 7cee242]:

    • @executor-js/sdk@1.5.7
    • @executor-js/local@1.4.4
    • @executor-js/api@1.4.27
    • @executor-js/runtime-quickjs@1.5.7