inngest@3.34.0
·
396 commits
to main
since this release
Minor Changes
-
#919
ebeaaffThanks @jpwilliams! - AdddependencyInjectionMiddleware(), allowing you to easily add data to function inputimport { dependencyInjectionMiddleware } from "inngest"; const prisma = new Prisma(); const inngest = new Inngest({ id: "my-app", middleware: [dependencyInjectionMiddleware({ prisma })], });
Patch Changes
- #922
3374187Thanks @jpwilliams! -Error.causecan now be anyunknownvalue, though we still attempt to recursively expand causes until we hit anunknownvalue