Skip to content

Releases: inngest/inngest-js

[email protected]

16 Aug 15:04
aa7217e
Compare
Choose a tag to compare

Patch Changes

@inngest/[email protected]

16 Aug 16:29
a3c85d7
Compare
Choose a tag to compare

Patch Changes

[email protected]

12 Aug 23:10
7af0eb2
Compare
Choose a tag to compare

Patch Changes

[email protected]

09 Aug 20:01
6a9947e
Compare
Choose a tag to compare

Patch Changes

  • #671 4f91d9c Thanks @jpwilliams! - Add de(serialization) of Error.cause, meaning nested errors can now be correctly used with StepError

@inngest/[email protected]

05 Aug 10:18
92668d4
Compare
Choose a tag to compare

Patch Changes

  • #669 cff63ca Thanks @swiecki! - Fix no-nested-steps not catching nested steps other than step.run()

[email protected]

31 Jul 15:50
33ad621
Compare
Choose a tag to compare

Patch Changes

[email protected]

29 Jul 12:39
308d180
Compare
Choose a tag to compare

Minor Changes

@inngest/[email protected]

24 Jul 19:33
Compare
Choose a tag to compare

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]

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.