Releases: inngest/inngest-js
inngest@3.31.0
Minor Changes
-
#820
cb02190
Thanks @amh4r! - Make INNGEST_ALLOW_IN_BAND_SYNC opt out -
#813
f42ab05
Thanks @BrunoScheufler! - Add initialconnect()
support
Patch Changes
-
#818
c99b05f
Thanks @BrunoScheufler! - Add reconnection support toconnect()
-
#819
7a5f4a5
Thanks @jpwilliams! - Setinngest
's ALS in global state to be able access it across versions and package boundaries
@inngest/middleware-sentry@0.1.2
Patch Changes
- #810
47b08dd
Thanks @djfarrelly! - Updated to use Sentry's withIsolationScope
inngest@3.30.0
Minor Changes
-
#805
9f4244f
Thanks @jpwilliams! - You can now add adescription
when creating an Inngest function -
#804
7459239
Thanks @jpwilliams! - AddInngestFunction#absoluteId()
to get the absolute ID of anInngestFunction
Patch Changes
-
#803
008d971
Thanks @jpwilliams! -myFn["client"]
is now typed -
#802
32518bf
Thanks @jpwilliams! - Use@inngest/ai
to expose AI models, adapters, and types -
Updated dependencies [
32518bf
]:- @inngest/ai@0.0.1
@inngest/ai@0.0.2
Patch Changes
- #808
46d270f
Thanks @jpwilliams! - Add a license
inngest@3.29.3
Patch Changes
-
#798
f426ba6
Thanks @jpwilliams! - Fix named functions returningnever[]
for their parameters when passed tostep.run()
// This now works step.run("", function named() {});
inngest@3.29.2
inngest@3.29.1
Patch Changes
- #794
6ffe983
Thanks @djfarrelly! - Fix inline example to match v3
inngest@3.29.0
Minor Changes
- #788
bf1c0d1
Thanks @djfarrelly! - Add vanilla Node.js serve handler
@inngest/test@0.1.5
Patch Changes
- #786
1f3bd4b
Thanks @jpwilliams! - Fix@inngest/test
not shippingdist/
files
inngest@3.28.0
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