Skip to content

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 30 May 20:34
· 7 commits to main since this release
e671f81

Minor Changes

  • f808fa1: engine.status() and engine.listRuns() now return rows with your drizzle-inferred types instead of unknown. Engine, EngineOpts, RunDetail, and ListRunsPage are generic over T extends FlowTables with a sensible default. Pass tables from your generated schema and any custom columns you added flow through end-to-end — without tables, the rows reflect the engine's internal table shape.

    Also exports the row types (RunRow, StepRow, TimerRow, SignalRow, EventRow), DefaultFlowTables, and the Row<T> helper.