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.