Skip to content

v0.4.0

Compare
Choose a tag to compare
@goodoldneon goodoldneon released this 06 Jun 20:04
· 20 commits to main since this release

This release contains some breaking changes. Please see our docs for a detailed migration guide.

New features

  • Improved existing middleware hooks and added new hooks. These changes support more robust middleware, like Sentry.
  • Added the priority function configuration.

Breaking changes

  • Changed some middleware function signatures.
  • Removed async_mode arg in inngest.django.serve. This is now inferred based on whether any of your Inngest functions are async.
  • Removed NonRetriableError.cause.