Releases: inngest/inngest-js
Releases · inngest/inngest-js
[email protected]
Minor Changes
- #702
4df5a01
Thanks @jpwilliams! - Add support for in-band syncing
Patch Changes
- #721
59fa466
Thanks @jpwilliams! - Support Next.js 15 in serve handler typing
[email protected]
Patch Changes
-
#709
3041afe
Thanks @jpwilliams! - Ensure support for TypeScript 5.6No changes to any runtime/user-facing code has been made, but TS upgrades often alter emitted files, so the package will be bumped for folks to take advantage of any performance/compatibility improvments there.
[email protected]
Patch Changes
- #710
fc3f1e5
Thanks @jpwilliams! - Allow access to userland promises when executing for@inngest/test
[email protected]
Patch Changes
- #707
8c4b9ce
Thanks @goodoldneon! - Fix probe response sig with streaming
[email protected]
Patch Changes
- #688
58549f3
Thanks @jpwilliams! - Expose some internal execution logic to make way for a new@inngest/test
package
[email protected]
Patch Changes
- #705
f229dea
Thanks @goszczynskip! - Fix required type annotation typescript errors;inngest/types
is now exported with a warning within the module covering its usage
[email protected]
Patch Changes
-
#697
56ed5c1
Thanks @jpwilliams! - Merge given env vars withprocess.env
to support partial env shims like Hono in AWS Lambda -
#696
9169d0e
Thanks @albertchae! - Fix typos in debounce documentation
[email protected]
Patch Changes
- #687
9f0bdc6
Thanks @MonsterDeveloper! - Add exports forJsonError
type to fix a TypeScript error when using Inngest in projects withcomposite
setting intsconfig
.
[email protected]
Patch Changes
- #690
6a97e1c
Thanks @goodoldneon! - Fix 401 on missing sig header during inspection
[email protected]
Patch Changes
-
#682
2019fe2
Thanks @goodoldneon! - Fix empty response body when streaming -
#684
ae7ea5c
Thanks @jpwilliams! - Allow passingerror
when transforming outputs in middleware