Skip to content

Releases: inngest/inngest-js

inngest@3.31.0

28 Jan 23:39
2a50641
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@inngest/middleware-sentry@0.1.2

17 Jan 20:55
2b66aaf
Compare
Choose a tag to compare

Patch Changes

inngest@3.30.0

16 Jan 14:10
4b9c001
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@inngest/ai@0.0.2

16 Jan 14:10
4b9c001
Compare
Choose a tag to compare

Patch Changes

inngest@3.29.3

10 Jan 19:50
8d1d6d7
Compare
Choose a tag to compare

Patch Changes

  • #798 f426ba6 Thanks @jpwilliams! - Fix named functions returning never[] for their parameters when passed to step.run()

    // This now works
    step.run("", function named() {});

inngest@3.29.2

09 Jan 11:30
aae2967
Compare
Choose a tag to compare

Patch Changes

inngest@3.29.1

09 Jan 10:20
5e89885
Compare
Choose a tag to compare

Patch Changes

inngest@3.29.0

06 Jan 16:50
4faf10a
Compare
Choose a tag to compare

Minor Changes

@inngest/test@0.1.5

19 Dec 15:58
1ec48bc
Compare
Choose a tag to compare

Patch Changes

inngest@3.28.0

12 Dec 19:35
3f9eefa
Compare
Choose a tag to compare

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