Inngest changelog
TypeScript SDK v2.7
inngest
v2.7.0 is out, introducing a new H3 handler and some quality-of-life changes.
A new "inngest/h3"
handler means better support for Nuxt, Nitro, and any framework based on H3.
See Serving the Inngest API - Framework: H3 to see how to get started.
Sending events now no longer requires any data
, so you can send data-less events without having to provide an empty data: {}
object.
We've also improved the library's overall ESM support, ensuring ESM-first frameworks like those based on H3 can load the library safely without having to specify extensions or direct file paths.