Releases: serverlessworkflow/synapse
Releases · serverlessworkflow/synapse
v1.0.0-alpha3
What's Changed
- Fixed the ResourceEditor component's store to properly serialize resources upon initialization by @cdavernas in #407
- Improved schema validation in the workflow editor of the Dashboard by @JBBianchi in #408
- Implemented the WorkflowProcessExecutor by @cdavernas in #412
- Rolled back to v1.0.0-alpha by @JBBianchi in #411
- Added DSL validation when creating a workflow in the Dashboard by @JBBianchi in #413
- Publish emitted events on internal bus by @cdavernas in #420
- Add ability to seed the database using static file-based resources by @cdavernas in #421
- Fix the compose files to properly quote boolean values used in environment variables by @cdavernas in #422
- Fix the DSL version used by newly created workflows by @cdavernas in #423
Full Changelog: v1.0.0-alpha2...v1.0.0-alpha3
v1.0.0-alpha2
What's Changed
- Fixed
WorkflowCompletedEventV1
by adding a newoutput
property by @cdavernas in #398 - Fixed the
AuthorizationInfo
to resolve referenced authentication policies by @cdavernas in #399 - Fixed
TaskExecutor
implementations to not dispose of child executors - Fixed the
TaskExecutor
to catch uncaught initialization and execution exceptions, thus enabling faulting the processed task - Misc. dashboard improvements by @JBBianchi in #401
- Fixed the TaskExecutor to evaluate
export.as
against the task transformed output instead of context data by @cdavernas in #402 - Fixed the operator to use
IOptionsMonitor
instead ofIOptions
to access theOperatorOptions
by @cdavernas in #403 - Fixed the
OpenApiCallProcessor
to interpolate and evaluate the document endpoint URI by @cdavernas in #404 - Fixed the
WorkflowExecutor
andDoTaskExecutor
to ignore the flow directive of skipped tasks by @cdavernas in #406
Full Changelog: v1.0.0-alpha1...v1.0.0-alpha2
v1.0.0-alpha1
What's Changed
- Complete refactor of the solution to implement the Serverless Workflow DSL v1.x.x by @cdavernas in #366
Full Changelog: v0.4.3...v1.0.0-alpha1
0.4.3
What's Changed
- Update Code of Conduct to follow the new standard by @ricardozanini in #354
- Removed unused and unsafe dependency by @JBBianchi in #365
New Contributors
- @ricardozanini made their first contribution in #354
Full Changelog: v0.4.2...v0.4.3
0.4.2
What's Changed
- Use of correction authentication properties by @jaliyaudagedara in #343
- Replaced deprecated use of Ubuntu 18 by Windows in the versioning CI/CD by @JBBianchi in #350
- Fixed the OpenApiFunctionProcessor, which was failling unexpectedly when returned contentless responses by @cdavernas in #352
Full Changelog: v0.4.1...v0.4.2