Skip to content

Releases: inngest/inngest-js

v1.8.4

12 May 15:09
c970b3f
Compare
Choose a tag to compare

Patch Changes

  • aaac9e5: When recommending event key fixes, recommend setting env vars first

v1.8.3

12 May 12:16
e307e10
Compare
Choose a tag to compare

Patch Changes

v1.8.2

10 May 11:56
eac2aaf
Compare
Choose a tag to compare

Patch Changes

  • 5462bdd: Ensure Inngest client's env object is used within serve()
  • 0b0c0ad: Add consistent type imports for slightly better tree-shaking

v1.8.1

09 May 18:12
4acd918
Compare
Choose a tag to compare

Patch Changes

  • 5573be3: INN-1270 Create an internal handler to enforce more actionable user-facing errors

v1.8.0

25 Apr 18:33
f38ed14
Compare
Choose a tag to compare

Minor Changes

  • 65966f5: INN-1087 Add edge streaming support to "inngest/next" serve handler

Patch Changes

  • 164fd5c: INN-1266 Fix bad link for fetching Inngest signing key on landing page

v1.7.1

21 Apr 16:46
604e102
Compare
Choose a tag to compare

Patch Changes

  • 34b6d39: INN-1240 Add queueMicrotask() fallback for restrictive environments

v1.7.0

18 Apr 15:58
f360f51
Compare
Choose a tag to compare

Minor Changes

  • c999896: INN-1029 Add env option to Inngest client to explicitly push to a particular Inngest env

Patch Changes

  • 131727a: Adjust README to have a slightly clearer intro
  • c999896: INN-1186 Send x-inngest-platform and x-inngest-framework headers during registration
  • 0728308: Expose run ID to function executions for user-managed logging and tracing
  • 3ac579f: Warn users when some functions appear undefined when serving
  • eb1ea34: Allow signing keys with multiple prefixes, as required for branch environment support

v1.6.1

12 Apr 15:26
fce6665
Compare
Choose a tag to compare

Patch Changes

  • a840e67: INN-1126 Execute a step early if it's the only pending item during a discovery

    This reduces the number of "Function steps" used for simple step functions.

v1.6.0

05 Apr 15:17
5f1e578
Compare
Choose a tag to compare

Minor Changes

  • c7d1bee: Add onFailure handler to createFunction options, allowing you to specify a new function to run when the initial handler fails

v1.5.4

30 Mar 12:41
3a9dce9
Compare
Choose a tag to compare

Patch Changes

  • 071fe89: INN-1054 Ensure serve handlers return any instead of unknown so that they don't needlessly conflict with user types