Jack Williams
Jack Williams
## Summary If a step is intended to be run and was not found due to non-determinism or a changed function, still return a `206` with the `"StepNotFound"` opcode. This...
## Summary > [!WARNING] > This is a breaking change for some builds. This PR ensures that, similar to `step.run()` outputs, event data is also represented as being (de)serialized with...
## Summary Makes sure our CJS-only build supports truer ESM environments such as the default [Nitro](https://nitro.unjs.io/) setup; runtimes/bundlers will shim `require` to `import`, but file extensions can be non-negotiable. This...
## Summary Exposes "runtime schemas" on an `Inngest` client, allowing middleware to use it to add custom validation using the schemas passed to `EventSchemas`. We'll add this as a top-level...
## Description Ensures that signing keys are validated at sync time instead of just during runs when running `inngest start`. ## Type of change (choose one) - [ ] Chore...
## Description Adds experimental Postgres support for `inngest start` via `--postgres-uri [uri]`. ## Type of change (choose one) - [ ] Chore (refactors, upgrades, etc.) - [ ] Bug fix...
## Description Fixes handling of the `StepNotFound` opcode, in which a discovery step should be enqueued in order to recover a run from non-determinism or changes. ## Type of change...