Skip to content

Releases: openworkflowdev/openworkflow

openworkflow@0.9.1

Choose a tag to compare

@jamescmartinez jamescmartinez released this 18 Jul 00:43
  • Add optional status and workflowName filters to listWorkflowRuns (#518)
    (thanks @cfelegy!)
  • Use transaction-scoped PostgreSQL advisory locks for idempotent workflow
    creation (#609)

@openworkflow/cli@0.4.5

Choose a tag to compare

  • Fix OpenWorkflow config loading under Bun by disabling native Jiti import
    attempts.

@openworkflow/backend-sqlite@0.6.3

Choose a tag to compare

@openworkflow/backend-sqlite@0.6.3

@openworkflow/backend-postgres@0.6.3

Choose a tag to compare

@openworkflow/backend-postgres@0.6.3

openworkflow@0.9.0

Choose a tag to compare

@jamescmartinez jamescmartinez released this 27 Apr 17:32
  • Add name-addressed workflow signals: step.waitForSignal(),
    step.sendSignal(), and ow.sendSignal() (#400)

@openworkflow/dashboard@0.1.9

Choose a tag to compare

  • Add workflow signals support

@openworkflow/cli@0.4.4

Choose a tag to compare

  • Add support for openworkflow v0.9.0

openworkflow@0.8.1

Choose a tag to compare

@jamescmartinez jamescmartinez released this 27 Apr 17:31
  • Fix Postgres key transformation to only camel-case column names, preserving
    JSON value object keys in workflow inputs (#368)

@openworkflow/dashboard@0.1.8

Choose a tag to compare

  • Add pagination to runs and step attempts, including conditional pagination
    controls
  • Redesign the run details page
  • Add Monaco-based JSON viewing and input experiences
  • Improve dashboard layout and spacing, including mobile refinements
  • Make status colors consistent
  • Move sleeping-to-running status handling to the backend
  • Add color to workflow stats cards (#314)
  • Update TanStack dependencies (#352, #354, #361)

@openworkflow/cli@0.4.3

Choose a tag to compare

  • Add a --port option to run the dashboard server on a custom port (#357)