Skip to content

Releases: inngest/inngest-js

[email protected]

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() {});

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Minor Changes

@inngest/[email protected]

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

Patch Changes

[email protected]

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

@inngest/[email protected]

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

Patch Changes

@inngest/[email protected]

11 Dec 17:53
3ca3403
Compare
Choose a tag to compare

Patch Changes

[email protected]

09 Dec 17:08
01422c6
Compare
Choose a tag to compare

Patch Changes

[email protected]

06 Dec 14:41
ad6ae39
Compare
Choose a tag to compare

Patch Changes