Skip to content

Releases: serverlessworkflow/synapse

v1.0.0-alpha5.20

26 Aug 09:29
55032da
Compare
Choose a tag to compare
v1.0.0-alpha5.20 Pre-release
Pre-release

What's Changed

  • Fixed all runtime implementations to properly resolve the RunnerConfiguration to use by @cdavernas in #552

Full Changelog: v1.0.0-alpha5.19...v1.0.0-alpha5.20

v1.0.0-alpha5.19

26 Aug 07:29
c6f02b4
Compare
Choose a tag to compare
v1.0.0-alpha5.19 Pre-release
Pre-release

What's Changed

  • Fixed the WorkflowInstanceHandler to ignore 304 errors when updating workflow instance status by @cdavernas in #549
  • Ensure start button remains visible in Dashboard workflow details view by @JBBianchi in #548

Full Changelog: v1.0.0-alpha5.18...v1.0.0-alpha5.19

v1.0.0-alpha5.18

25 Aug 10:27
4f4a314
Compare
Choose a tag to compare
v1.0.0-alpha5.18 Pre-release
Pre-release

What's Changed

  • Fixed the WorkflowInstanceHandler n,ot to use otpimistic concurrency when updating workflow instance status by @cdavernas in #547

Full Changelog: v1.0.0-alpha5.17...v1.0.0-alpha5.18

v1.0.0-alpha5.17

20 Aug 07:52
31da2e6
Compare
Choose a tag to compare
v1.0.0-alpha5.17 Pre-release
Pre-release

What's Changed

  • Added the posiblity to specify a target operator when creating a workflow/workflow instance. by @JBBianchi in #519
  • Enhanced Operator Selection UI by @JBBianchi in #520
  • Fixed the DockerRuntime to apply the provided HostConfig, thereby supporting volume mount functionality by @cdavernas in #522
  • Fixed the WorkflowInstanceController not to claim instances of workflows explicitly assigned to other operators by @cdavernas in #526
  • Fixed the WorkflowInstanceController to ignore instances of unselected workflows by @cdavernas in #528
  • Updated the About view by adding a link to the API documentation page (Swagger) by @cdavernas in #529
  • Fixed stale state issue in ResourceEditor after saving by @JBBianchi in #530
  • Enabled label management when creating or editing a workflow by @JBBianchi in #533
  • Added namespace management view in the Dashboard by @JBBianchi in #531
  • Updated the WorkflowInstanceController to run a background loop to clean-up outlived workflow instances by @cdavernas in #537
  • Prevent table rows from overlapping title and filters when scrolling in the Dashboard by @JBBianchi in #538
  • Updated the WorkflowInstanceController to delete a workflow instance's process, if any, upon the deletion of its declaring resource by @cdavernas in #539
  • Added the ability to configure an Operator's Docker host using a YAML file by @cdavernas in #542
  • Preserve endpoint field by converting JSON to YAML in create/edit view of the Dashboard by @JBBianchi in #541
  • Updated solution packages by @cdavernas in #544

Full Changelog: v1.0.0-alpha5.16...v1.0.0-alpha5.17

v1.0.0-alpha5.16

21 Jul 10:15
7d86e63
Compare
Choose a tag to compare
v1.0.0-alpha5.16 Pre-release
Pre-release

What's Changed

  • Fixed namespace provisioning by @cdavernas in #512
  • Fixed both the ClusterResourceController and NamespacedResourceController by ensuring that SSE-based actions do not set the response's status code after streaming by @cdavernas in #514
  • Fixed the operator to ignore workflows and workflow instances marked with mismatching synapse.io/operator labels by @cdavernas in #516

Full Changelog: v1.0.0-alpha5.15...v1.0.0-alpha5.16

v1.0.0-alpha5.15

02 Jul 10:56
9827c63
Compare
Choose a tag to compare
v1.0.0-alpha5.15 Pre-release
Pre-release

What's Changed

  • Resolved an issue in DockerRuntime where it failed to check for the presence of the image locally, resulting in the image not being pulled when necessary. by @cdavernas in #503
  • Fixed the FunctionCallExecutor to support custom functions that do not specify an @ catalog, falling back to the default Serverless Workflow catalog by @cdavernas in #507

Full Changelog: v1.0.0-alpha5.14...v1.0.0-alpha5.15

v1.0.0-alpha5.14

16 Apr 12:33
ff4e3e5
Compare
Choose a tag to compare
v1.0.0-alpha5.14 Pre-release
Pre-release

What's Changed

  • Fixed the WorkflowProcessExecutor, which was attempting to create a subflow using the runner's namespace, instead of the configured one when creating a new subflow instance by @cdavernas in #502

Full Changelog: v1.0.0-alpha5.13...v1.0.0-alpha5.14

v1.0.0-alpha5.13

26 Feb 11:08
eb26e52
Compare
Choose a tag to compare
v1.0.0-alpha5.13 Pre-release
Pre-release

What's Changed

  • Fix the ListenTaskExecutor, which did not work anymore without streaming by @cdavernas in #489
  • Workflow details panels auto collapse in the Dashboard by @JBBianchi in #491
  • Disabled unnecessary namespace listing in the Dashboard by @JBBianchi in #490
  • Fix correlation handling by @cdavernas in #492
  • Add center to clicked node feature on the Dashboard's graph by @JBBianchi in #493
  • Fix incorrect EnumMember value for Yaml by @aweng126 in #497

New Contributors

Full Changelog: v1.0.0-alpha5.12...v1.0.0-alpha5.13

v1.0.0-alpha5.12

23 Jan 13:22
3f219a6
Compare
Choose a tag to compare
v1.0.0-alpha5.12 Pre-release
Pre-release

What's Changed

  • Fixed the WorkflowDefinitionExtensions and DoTaskDefinitionExtensions to rely on name to determine the next task by @cdavernas in #486
  • Fixed the ScriptProcessExecutor to honor the await property by @toxik in #488

New Contributors

Full Changelog: v1.0.0-alpha5.11...v1.0.0-alpha5.12

v1.0.0-alpha5.11

22 Jan 15:32
9855378
Compare
Choose a tag to compare
v1.0.0-alpha5.11 Pre-release
Pre-release

What's Changed

  • Fixes the workflow schema validation, which was using obsolete URIs to get the schema files by @cdavernas in #480
  • Fixes the TaskExecutor to ignore both output.as and export.as clauses for skipped tasks by @cdavernas in #482
  • Fixes "editor not found" errors in the Dashboard by @JBBianchi in #483

Full Changelog: v1.0.0-alpha5.10...v1.0.0-alpha5.11