Changelog
- beeb3e8 Add ability for release workflow to publish to other npm tags (#380)
- 14434e8 Add support for N opcodes, stack, and parallelism
- 2e2f555 Add tests asserting ConsumePause impacts stack
- 48646c5 Add workflow function to load function definition from state store (#378)
- 37f5520 Adjust executor to fetch index from state store
- aa25664 Avoid immediately saving sleep ops
- 3e47f0f Don't defer deleting pauses for inmemory state store
- 56860cb Ensure execution service works with parallel generator opcodes.
- 3a90f3d Ensure sleeps re-enqueue with the correct target step ID
- bdabf71 Ensure we write JSON to history (#384)
- ba02d6a Ensure we write the correct history when finalizing (#381)
- 20ac79e Fix test race condition (#382)
- a5c787c Fix windows mime-type errors when self-serving JS (#385)
- 6f596c6 Merge pull request #351 from inngest/feature/parallelism-executor-changes
- 7bd924a Move CheckRedirect to its own function
- 252cfea Move parsing opcodes to its own function
- 6939a02 Move to React from Preact (#379)
- 6ab2be0 Preserve HTTP methods on redirect (#371)
- e29e726 Remove "process" tracing
- 59eb2f8 Save response at the end of a sleep
- 62f01f8 Update comment
- 0139ec3 Update state store tests for parallelism
- 72ece0a Use request body on redirect (#373)
- c69d2a7 fix: Executor re-queuing edges as sleeps after a sleep is found
- 22c5c91 fix: Generator SDK returning 200 fails to save final step data (#383)
- e87bfea fix: Skip saving response if generator res is empty
- 6d5bc16 fix:
waitForEventop erroneously setting stack before returning