inngest@3.28.0
·
522 commits
to main
since this release
Minor Changes
-
#776
0dbcc87Thanks @jpwilliams! - Add experimentalgetAsyncCtx(), allowing the retrieval of a run's input (event,step,runId, etc) from the relevant async chain.import { getAsyncCtx } from "inngest/experimental"; const ctx = await getAsyncCtx();
Patch Changes
- #776
0dbcc87Thanks @jpwilliams! - Use@inngest/test@workspace:^internally for testing