Skip to content

v0.6.1

Compare
Choose a tag to compare
@kofi-clever kofi-clever released this 03 Oct 00:38
· 803 commits to master since this release

Added optional ?summaryOnly=[true|false] query param to the GET /workflows endpoint.

Limits the amount of workflow data returned to help reduce the memory footprint for clients paging through large numbers of workflows:

  • Strips out Workflow.jobs data.
  • Limits Workflow.workflowDefinition to just the name and version fields.