Inngest changelog

TypeScript SDK v2.6

changelog cover

inngest v2.6.0 is out, bringing with it a couple of new features.

Fastify support! The new "inngest/fastify" handler means you can use Inngest in your Fastify server.

See Serving the Inngest API - Framework: Fastify to see how to get started.

Event types created with Zod can now be completely standalone, include the name of the event, and be passed as an array instead of one large object containing all of your types. This should help hugely for code cleanliness in apps with many events.

See Defining Event Payload Types to check out the new method.