Skip to content

Releases: inngest/inngest-js

v2.0.2

16 Jun 17:41
ac7aab6
Compare
Choose a tag to compare

Patch Changes

  • 023d761: Harden error serialization to ensure uncaught exceptions don't slip through during function runs

v1.9.7

16 Jun 17:44
a562a37
Compare
Choose a tag to compare

Patch Changes

  • cec3265: Harden error serialization to ensure uncaught exceptions don't slip through during function runs

v2.0.1

12 Jun 13:11
813108a
Compare
Choose a tag to compare

Patch Changes

  • 3ef0b36: Add better visibility into serve handlers issues
  • 4226b85: Fix middleware transformOutput hook not running if an asynchronous, non-step function's body threw
  • cc3929d: Fix a very rare bug in which step.sleep() hashing could produce different IDs across different executions

v2.0.0

06 Jun 16:44
714d52e
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • 4f29f5c: Added a logger to Inngest functions in addition to allowing users to provide a custom logger to reliably push logs to external services and handle flushing on serverless environments.
    See Logging in Inngest - Inngest Documentation.
  • 4f29f5c: Add GetEvents<> export which can be used to pull final event types from an Inngest client.
    See Defining Event Payload Types.
  • 4f29f5c: Add ability to provide concurrency: { limit: number } in function config, ready for more config options.

Patch Changes

  • b62cd6d: Update landing page vite dependency to v3.2.7

v1.9.4

02 Jun 18:09
0b26749
Compare
Choose a tag to compare

Patch Changes

  • 7d025d6: Fix NonRetriableError not working when thrown from within a step

v1.9.3

01 Jun 15:36
c337d45
Compare
Choose a tag to compare

Patch Changes

  • 64c397e: Handle circular JSON errors while stringifying across the SDK

v1.9.2

31 May 13:30
2132446
Compare
Choose a tag to compare

Patch Changes

  • 71b1a17: Fix Vercel platform check to support local dev while using vercel env pull

v1.9.1

26 May 12:53
e0d883a
Compare
Choose a tag to compare

Patch Changes

  • 49ddbb5: Add platform deploy checks

v1.9.0

17 May 18:47
8d01fdb
Compare
Choose a tag to compare

Minor Changes

  • 48d94a2: Allow user provided logger to be used within functions (experimental)

v1.8.5

16 May 15:23
2d6e500
Compare
Choose a tag to compare

Patch Changes