Releases: inngest/inngest-js
Releases · inngest/inngest-js
@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
[email protected]
Patch Changes
- #768
af66ad5
Thanks @charlypoly! - Addo1-preview
ando1-mini
to possible OpenAI models
[email protected]
Patch Changes
- #766
fa74c6a
Thanks @jpwilliams! - Add missingfinish_reason
to OpenAI output types