Skip to content

inngest@4.15.0

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 03 Aug 19:04
· 22 commits to main since this release
3318d94

Minor Changes

  • #1667 961d2807 Thanks @jakobevangelista! - Allow sandbox Create to configure environment variables inherited by commands and managed processes.

  • #1654 23ddbc2e Thanks @jakobevangelista! - Add experimental sandbox APIs, including the direct inngest.sandboxes client and the opt-in durable step.sandbox surface enabled by sandboxMiddleware().

Patch Changes

  • #1663 0bec14ee Thanks @mar-inngest! - Prevent Connect lease renewals from using a draining or replaced connection.

  • #1665 3f25b191 Thanks @Linell! - Sub-second durations no longer get dropped. step.sleep("id", 500) used to resolve immediately; it now rounds up and sleeps a full second, the minimum resolution of a durable wait. The same rounding applies to waitForEvent, invoke, waitForSignal, and cancelOn timeouts.