Skip to content

Releases: inngest/inngest-js

@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

[email protected]

06 Dec 10:26
145a9bd
Compare
Choose a tag to compare

Patch Changes

[email protected]

05 Dec 12:44
aed6b43
Compare
Choose a tag to compare

Patch Changes

[email protected]

04 Dec 23:31
afebe54
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 Nov 17:36
854f451
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #760 efc6c79 Thanks @jpwilliams! - Ensure support for typescript@~5.7.0

    No notable changes have been made, though minor TypeScript versions often affect transpiled outputs.