Skip to content

v0.3.12

Compare
Choose a tag to compare
@goodoldneon goodoldneon released this 03 May 15:55
· 40 commits to main since this release

New features

  • Add support for step.run callback args (e.g. step.run("my-step", my_callback, arg_1, arg_2)).
  • Change experimental encryption middleware (inngest.experimental.EncryptionMiddleware) to use NaCL.

Fixes

  • Fix returning secure introspection when in dev mode. This isn't a security fix since the secure introspection response doesn't include secrets and the changes only affect local development.