Skip to content
Compare
Choose a tag to compare
@inngest-release-bot inngest-release-bot released this 12 Dec 19:35
· 3 commits to main since this release
3f9eefa

Minor Changes

  • #776 0dbcc87 Thanks @jpwilliams! - Add experimental getAsyncCtx(), 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