Skip to content

Releases: inngest/inngest-js

[email protected]

23 Jul 20:33
84381e3
Compare
Choose a tag to compare

Patch Changes

[email protected]

18 Jul 21:56
4f80297
Compare
Choose a tag to compare

Patch Changes

  • #655 12df420 Thanks @jpwilliams! - Do not allow objectish [] for an event's data when providing schemas

    This helps solve an issue whereby types would be happy but sending an event fails at runtime.

[email protected]

16 Jul 19:27
f094a22
Compare
Choose a tag to compare

What's Changed

  • Remove circular ctx type in middleware; TS <5.1 finds this hard by @jpwilliams in #646
  • Clean up unused generic in createStepTools by @jpwilliams in #649
  • Add new onFunctionRun.finished middleware hook by @jpwilliams in #651
  • Allow specifying an env when sending events via the client by @jpwilliams in #650

Full Changelog: https://github.com/inngest/inngest-js/compare/[email protected]@3.21.0

[email protected]

16 Jul 13:08
d9a9878
Compare
Choose a tag to compare

Minor Changes

[email protected]

15 Jul 11:50
e0a310e
Compare
Choose a tag to compare

Patch Changes

  • #644 7eb27e4 Thanks @jpwilliams! - Loosen typing on match options and mark as deprecated to remove performance concerns in codebases with a very large number of event types; all match fields are now simply typed as string

  • #641 99f196a Thanks @jpwilliams! - Remove incorrect type showing internal events in step.waitForEvent()

[email protected]

04 Jul 18:36
Compare
Choose a tag to compare

[email protected]

04 Jul 18:36
67d9d0c
Compare
Choose a tag to compare

What's Changed

  • Shift the invalid function config error to a warning by @jpwilliams in #634
  • Fix wrong URL in inferred dev mode by @goodoldneon in #636

Full Changelog: https://github.com/inngest/inngest-js/compare/[email protected]@3.19.20

@inngest/[email protected]

04 Jul 18:36
Compare
Choose a tag to compare

[email protected]

02 Jul 17:54
b257c77
Compare
Choose a tag to compare

Patch Changes

  • #631 ac6796c Thanks @jpwilliams! - Fix exception being thrown from debug when used with Nitro running on Cloudflare Pages

  • 191fe36 Thanks @jpwilliams! - Fix failure handlers incorrectly inheriting config options such as batchEvents and concurrency from their parent function

  • #630 d4de6d7 Thanks @stefanosala! - Fix missing config fields such as concurrency when validating

[email protected]

27 Jun 14:57
5f1cc02
Compare
Choose a tag to compare

Patch Changes

  • #625 3ae2c9b Thanks @goodoldneon! - Clearly log invalid function configurations for users, circumventing non-exhaustive typing for extraneous properties in client and function config

  • #628 996c0c5 Thanks @goodoldneon! - Removed inspect message