Skip to content

Releases: vercel-labs/run

run@2.1.4

Choose a tag to compare

@github-actions github-actions released this 08 Sep 21:53
0207eeb

Patch Changes

  • 6560f4d: Fix interruptions timing out when guest catch or finally handlers run during worker cancellation. Suspension now discards the cancelled guest context without executing its handlers, while preserving worker reuse and continuation replay.

    Report uncaught guest errors as RUN_USER_SOURCE_ERROR so callers can distinguish source failures from infrastructure failures. Trusted host and runtime error codes are preserved; guest-authored codes are replaced.

run@2.1.3

Choose a tag to compare

@github-actions github-actions released this 05 Sep 14:03
f9323d0

Patch Changes

  • aeb4ce0: Allow a module loader to serve dynamic imports without forcing entry source to be evaluated as an ES module.

run@2.1.2

Choose a tag to compare

@github-actions github-actions released this 31 Aug 17:46
2e9f618

Patch Changes

  • b3b7be5: fix(run): keep an error listener on pooled idle workers

run@2.1.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:51
1870ef2

Patch Changes

  • 3a2f001: Add a fail-closed banned-pattern security check and update unsafe object, error, bridge, and worker patterns to conform.
  • 9d787ca: Generalize continuation replay ledgers to record synchronous host functions and native module-loader operations, allowing runs that use either capability to create and resume continuations without repeating recorded side effects.

run@2.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 15:57
995d545

Minor Changes

  • a0b1c49: Add synchronous host-function bindings and native static/dynamic ES module loading, with bounded per-invocation bridge transport, cancellation propagation, continuation safeguards, and Node.js 20 support.

run@2.0.3

Choose a tag to compare

@github-actions github-actions released this 26 Aug 20:28
81ebe55

Patch Changes

  • b54d912: fix forged serialization codes

run@2.0.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 03:17
592678d

Patch Changes

  • 5ed6e38: fix(run): prevent guest bypass of host-function tracking
  • 527d753: feat: use quickjs-wasi for runtime
  • b0d9762: fix(run): capture guest result serializer before execution

run@2.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 23:25
abd37e7

Patch Changes

  • b5fff36: feat: support bun runtime