Releases: inngest/inngest-js
Release list
inngest@4.20.0
Minor Changes
-
#1672
37813011Thanks @jakobevangelista! - Add sandbox snapshot create, list, get, wait, delete, and clone APIs to both the direct client andstep.sandbox. -
#1683
3b5ddba5Thanks @jakobevangelista! - Add sandbox pause and resume APIs to both the direct client andstep.sandbox.
inngest@4.19.0
Minor Changes
- #1701
f4fa1eb8Thanks @jakobevangelista! - Wait for newly created sandboxes to reach RUNNING by default, withrunningTimeout: falseas an explicit opt-out.
Patch Changes
-
#1713
f7c49003Thanks @KiKoS0! - Route signing-key API requests to the correct branch environment and include SDK identification headers. -
#1700
8f5dceb4Thanks @jakobevangelista! - Return captured sandbox command stdout and stderr as UTF-8 strings. -
#1705
28603273Thanks @jakobevangelista! - Allow sandbox commands to use executable names and relative paths. -
#1684
dde88e4dThanks @jakobevangelista! - Support shell command strings in the experimental sandbox command and managed process APIs. -
#1693
a2cd5b48Thanks @scottnuma! - Validate propagated sessions with step.invoke and defer -
#1712
a9975874Thanks @jakobevangelista! - ExportSandboxCommandfrominngest/experimental. -
Updated dependencies [
abc4a63f]:- @inngest/ai@0.1.8
@inngest/ai@0.1.8
Patch Changes
- #1145
abc4a63fThanks @BastiDood! - Move@types/nodeandtypescriptto dev dependencies
inngest@4.18.1
Patch Changes
-
#1686
ca7dff0eThanks @jakobevangelista! - Allow sandbox names up to 255 characters, including uppercase ULIDs and human-readable names. -
#1704
e72b89c7Thanks @jacobheric! - Prevent AI metadata tracking from retaining executions after an SDK request ends, including when OpenTelemetry excludes the root span from sampling. -
#1698
282106a5Thanks @Linell! - Fix function-level middleware silently skipped on adapters whoseurl()drops the query string (AWS Lambda, Redwood, DigitalOcean): resolvefnIdthe same way execution does
inngest@4.18.0
inngest@4.16.0
Minor Changes
Patch Changes
inngest@4.15.0
Minor Changes
-
#1667
961d2807Thanks @jakobevangelista! - Allow sandbox Create to configure environment variables inherited by commands and managed processes. -
#1654
23ddbc2eThanks @jakobevangelista! - Add experimental sandbox APIs, including the directinngest.sandboxesclient and the opt-in durablestep.sandboxsurface enabled bysandboxMiddleware().
Patch Changes
-
#1663
0bec14eeThanks @mar-inngest! - Prevent Connect lease renewals from using a draining or replaced connection. -
#1665
3f25b191Thanks @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 towaitForEvent,invoke,waitForSignal, andcancelOntimeouts.