Skip to content

Releases: inngest/inngest-js

inngest@4.20.0

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 04 Sep 16:54
8727707

Minor Changes

inngest@4.19.0

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 02 Sep 20:00
947a244

Minor Changes

  • #1701 f4fa1eb8 Thanks @jakobevangelista! - Wait for newly created sandboxes to reach RUNNING by default, with runningTimeout: false as an explicit opt-out.

Patch Changes

@inngest/ai@0.1.8

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 02 Sep 20:00
947a244

Patch Changes

inngest@4.18.1

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 13 Aug 13:03
bf41c41

Patch Changes

  • #1686 ca7dff0e Thanks @jakobevangelista! - Allow sandbox names up to 255 characters, including uppercase ULIDs and human-readable names.

  • #1704 e72b89c7 Thanks @jacobheric! - Prevent AI metadata tracking from retaining executions after an SDK request ends, including when OpenTelemetry excludes the root span from sampling.

  • #1698 282106a5 Thanks @Linell! - Fix function-level middleware silently skipped on adapters whose url() drops the query string (AWS Lambda, Redwood, DigitalOcean): resolve fnId the same way execution does

inngest@4.18.0

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 07 Aug 16:57
be3bf6a

Minor Changes

Patch Changes

inngest@4.16.0

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 05 Aug 19:30
bddf9f4

Minor Changes

Patch Changes

  • #1674 6b0ae370 Thanks @Linell! - Fix TS2742 errors in projects that use declaration or composite true by exporting SendSignalResponse appropriately.

  • #1658 edcb6536 Thanks @amh4r! - Fix wrapStep middleware hook sometimes skipped for parallel steps

inngest@4.15.0

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 03 Aug 19:04
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.

inngest@4.14.0

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 30 Jul 23:31
114f131

Minor Changes

Patch Changes

@inngest/otel@0.2.2

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 30 Jul 23:31
114f131

Patch Changes

inngest@4.13.0

Choose a tag to compare

@inngest-release-bot inngest-release-bot released this 15 Jul 21:13
6f4b383

Minor Changes