v1.0.0-alpha4
Pre-release
Pre-release
What's Changed
- Fixed the
SwitchTaskExecutorto not throw when multiple cases match, and to select the first matching case, if any by @cdavernas in #431 - Added new
IResourceValidatorservices, used to validateWorkflowandCorrelationresources by @cdavernas in #432 - Fixed the
WorkflowExecutionContextto properly set the status of an ended task by @cdavernas in #433 - Added a new CustomFunction namespaced resource by @cdavernas in #430
- Fixes the
CloudEventPublisherto resiliently attempt to connect to the cloud event stream if and when it has not yet been created by @cdavernas in #430 - Renames the
WorkflowDatabaseInitializerintoDatabaseProvisionerby @cdavernas in #430 - Adds the ability to provision namespaces and custom functions by @cdavernas in #430
- Fixes the
DatabaseInitializerto tolerate conflict-related faults by @cdavernas in #430 - Implements a configuration-based ability to ignore the validation of SSL certificates by @cdavernas in #430
- Adds a new view to list existing custom functions by @cdavernas in #430
Full Changelog: v1.0.0-alpha3.3...v1.0.0-alpha4