releases.shpreview
Inngest/JS SDK/inngest@3.34.0

inngest@3.34.0

$npx -y @buildinternet/releases show rel_LIBeYuLo--5phB2OhgO4o

Minor Changes

  • #919 ebeaaff Thanks @jpwilliams! - Add dependencyInjectionMiddleware(), allowing you to easily add data to function input

    import { dependencyInjectionMiddleware } from "inngest";
    
    const prisma = new Prisma();
    
    const inngest = new Inngest({
      id: "my-app",
      middleware: [dependencyInjectionMiddleware({ prisma })],
    });

Patch Changes

  • #922 3374187 Thanks @jpwilliams! - Error.cause can now be any unknown value, though we still attempt to recursively expand causes until we hit an unknown value

Fetched April 3, 2026