Releases: inngest/inngest-js
Releases · inngest/inngest-js
[email protected]
Patch Changes
- #674
4100172
Thanks @jpwilliams! - Add trust probes and response signing for syncing validation
@inngest/[email protected]
Patch Changes
-
#673
42f0e71
Thanks @mattddean! - Add event ID as a Sentry tag -
#672
b637d3a
Thanks @mattddean! - Set sentry transaction name according to Inngest function
[email protected]
Patch Changes
- #677
f4c3dc4
Thanks @goodoldneon! - Fix wrong URL when INNGEST_DEV=1
[email protected]
Patch Changes
- #671
4f91d9c
Thanks @jpwilliams! - Add de(serialization) ofError.cause
, meaning nested errors can now be correctly used withStepError
@inngest/[email protected]
[email protected]
Patch Changes
- #667
7e0fd10
Thanks @goodoldneon! - Fix event key hash exists when event key is not set
[email protected]
Minor Changes
- #665
1a4962d
Thanks @jpwilliams! - Addinngest.setEnvVars(env)
to set env vars late on the client
@inngest/[email protected]
Major Changes
-
#555
4469bff
Thanks @goodoldneon! - ## Breaking changes- Default to using LibSodium
- Changed field-level event encryption
- Custom encryption services now require identifiers
Features
- Added strategies for AES and LibSodium
For information on how to migrate, see MIGRATION.md.
[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.