Releases: inngest/inngest-js
Releases · inngest/inngest-js
[email protected]
Patch Changes
-
#798
f426ba6
Thanks @jpwilliams! - Fix named functions returningnever[]
for their parameters when passed tostep.run()
// This now works step.run("", function named() {});
[email protected]
[email protected]
Patch Changes
- #794
6ffe983
Thanks @djfarrelly! - Fix inline example to match v3
[email protected]
Minor Changes
- #788
bf1c0d1
Thanks @djfarrelly! - Add vanilla Node.js serve handler
@inngest/[email protected]
Patch Changes
- #786
1f3bd4b
Thanks @jpwilliams! - Fix@inngest/test
not shippingdist/
files
[email protected]
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
@inngest/[email protected]
Patch Changes
-
#776
0dbcc87
Thanks @jpwilliams! - Altered exports to now be namespaced by./dist/
; if you have directly imported files from@inngest/test
, you may need to change the imports
@inngest/[email protected]
Patch Changes
- #777
325ef79
Thanks @jpwilliams! - Fix@inngest/test
automatic spying not accounting forstep.**
[email protected]
[email protected]
Patch Changes
- #770
3aab141
Thanks @jpwilliams! - Widen theAiAdapter
types to allow for easy overrides