Releases: serverlessworkflow/synapse
Releases · serverlessworkflow/synapse
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
v1.0.0-alpha5.10
What's Changed
- Fixed transition issues in the Dashboard graph by @JBBianchi in #472
- Improved graph rendering in the Dashboard by @JBBianchi in #473
- Replaced standard issue templates by form-based ones by @cdavernas in #474
- Implemented the
AsyncAPI
(v3.0.0
) function call by @cdavernas in #475 - Updated the
HttpCallProcessor
andOpenApiCallProcessor
to throw when a unexpected3.x.x
is returned by the remote server by @cdavernas in #476 - Fixed the
HttpCallExecutor
to configure authentication on theHttpClient
used to perform the configured request by @cdavernas in #477 - Implemented streaming features for the
listen
task and for theasyncapi
call by @cdavernas in #478 - Implemented event read mode by @cdavernas in #479
Full Changelog: v1.0.0-alpha5.9...v1.0.0-alpha5.10
v1.0.0-alpha5.9
What's Changed
- Improved workflow creation vs update process in the Dashboard by @JBBianchi in #469
- Fixed the ClusterResourceController by removing
namespace
path parameter from patch actions by @cdavernas in #471
Full Changelog: v1.0.0-alpha5.8...v1.0.0-alpha5.9
v1.0.0-alpha5.8
What's Changed
- Properly handled
if
clauses the Dashboard's graph builder by @JBBianchi in #468 - Added a new stand-alone execution mode to the runner by @cdavernas in #470
Full Changelog: v1.0.0-alpha5.7...v1.0.0-alpha5.8
v1.0.0-alpha5.7
What's Changed
- Updates the modal to create a new workflow instance by adding a form-based editor for the instance's input by @cdavernas in #467
Full Changelog: v1.0.0-alpha5.6...v1.0.0-alpha5.7
v1.0.0-alpha5.6
What's Changed
- Fixed the
ForTaskExecutor
, which was not properly running when the list to enumerate contained only 1 item by @cdavernas in #463
Full Changelog: v1.0.0-alpha5.5...v1.0.0-alpha5.6
v1.0.0-alpha5.5
What's Changed
- Fixed workflow definition versions ordering by @cdavernas in #460
Full Changelog: v1.0.0-alpha5.4...v1.0.0-alpha5.5