Inngest changelog

Multiple triggers for SDK functions

changelog cover

Functions can now define multiple triggers, including a mix of events and crons.

This is useful for running the same logic across many different incoming events, or mixing scheduled functions with the ability to also manually trigger them using events.

To learn more, check out the Multiple Triggers Guide.