Skip to content

Releases: inngest/inngest-js

inngest@3.16.1

19 Mar 17:02
4ef4fb1
Compare
Choose a tag to compare

Patch Changes

  • #518 bc494da Thanks @jpwilliams! - INN-2861 No longer execute step.sendEvent() inline

    To send an event in a function without making it a step function, use inngest.send() instead.

  • #519 775fee7 Thanks @jpwilliams! - When timing out during parallel recovery, will now prefer logging the step's name instead of its internal hashed ID

  • #517 f8a8f7b Thanks @wtachau! - Fix RetryAfterError comments; it accepts milliseconds as a number, not seconds

  • #521 9aa3979 Thanks @jpwilliams! - INN-2880 Add warning if fetch fails and is a custom implementation

inngest@3.16.0

11 Mar 18:29
69690d0
Compare
Choose a tag to compare

Minor Changes

inngest@3.15.5

07 Mar 13:01
42ed3fe
Compare
Choose a tag to compare

Patch Changes

inngest@3.15.4

04 Mar 19:56
0041168
Compare
Choose a tag to compare

Patch Changes

inngest@3.15.3

01 Mar 17:09
881ce01
Compare
Choose a tag to compare

Patch Changes

inngest@3.15.2

28 Feb 18:44
affbdae
Compare
Choose a tag to compare

Patch Changes

  • #503 f6088e0 Thanks @jpwilliams! - Fix onSendEvent.transformInput() middleware hooks not running for step.invoke() payloads

inngest@3.15.1

26 Feb 12:25
097ecc8
Compare
Choose a tag to compare

Patch Changes

inngest@3.15.0

23 Feb 12:37
1b9f101
Compare
Choose a tag to compare

Minor Changes

  • #488 3d2429d Thanks @jpwilliams! - INN-2754 Add support for INNGEST_DEV and the isDev option, allowing a devleoper to explicitly set either Cloud or Dev mode

Patch Changes

inngest@3.14.2

19 Feb 20:48
00d0264
Compare
Choose a tag to compare

Patch Changes

inngest@3.14.1

19 Feb 19:50
d982fc3
Compare
Choose a tag to compare

Patch Changes

  • #493 adaa948 Thanks @goodoldneon! - Fix registration reusing deployment IDs when reusing connections in serverless or serverful