Releases: inngest/inngest-js
[email protected]
Patch Changes
- #660
4ba0ccb
Thanks @jpwilliams! - Revert not allowing objectish ([]
) values inevent.data
[email protected]
Patch Changes
-
#655
12df420
Thanks @jpwilliams! - Do not allow objectish[]
for an event'sdata
when providing schemasThis helps solve an issue whereby types would be happy but sending an event fails at runtime.
[email protected]
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]
Minor Changes
- #645
809b4ef
Thanks @BrunoScheufler! - Introduces support for thekey
expression on the batchEvents configuration. This can be used to batch events by customer. For more details, check out the batching documentation!
[email protected]
Patch Changes
-
#644
7eb27e4
Thanks @jpwilliams! - Loosen typing onmatch
options and mark as deprecated to remove performance concerns in codebases with a very large number of event types; allmatch
fields are now simply typed asstring
-
#641
99f196a
Thanks @jpwilliams! - Remove incorrect type showing internal events instep.waitForEvent()
[email protected]
What's Changed
- Fix rare checkpoint hang by @jpwilliams in #622
Full Changelog: https://github.com/inngest/inngest-js/compare/[email protected]@3.19.21
[email protected]
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]
What's Changed
- New
@inngest/middleware-sentry
package by @jpwilliams in #598
Full Changelog: https://github.com/inngest/inngest-js/compare/[email protected]...@inngest/[email protected]
[email protected]
Patch Changes
-
#631
ac6796c
Thanks @jpwilliams! - Fix exception being thrown fromdebug
when used with Nitro running on Cloudflare Pages -
191fe36
Thanks @jpwilliams! - Fix failure handlers incorrectly inheriting config options such asbatchEvents
andconcurrency
from their parent function -
#630
d4de6d7
Thanks @stefanosala! - Fix missing config fields such asconcurrency
when validating
[email protected]
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