Releases: serverlessworkflow/synapse
Releases · serverlessworkflow/synapse
v1.0.0-alpha5.20
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
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
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
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 providedHostConfig
, 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
What's Changed
- Fixed namespace provisioning by @cdavernas in #512
- Fixed both the
ClusterResourceController
andNamespacedResourceController
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
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
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
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
What's Changed
- Fixed the
WorkflowDefinitionExtensions
andDoTaskDefinitionExtensions
to rely on name to determine the next task by @cdavernas in #486 - Fixed the
ScriptProcessExecutor
to honor theawait
property by @toxik in #488
New Contributors
Full Changelog: v1.0.0-alpha5.11...v1.0.0-alpha5.12
v1.0.0-alpha5.11
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 bothoutput.as
andexport.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