inngest-release-bot
released this
12 Dec 19:35
·
3 commits
to main
since this release
Minor Changes
-
#776
0dbcc87
Thanks @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
0dbcc87
Thanks @jpwilliams! - Use@inngest/test@workspace:^
internally for testing