v1.0.0-alpha4
Pre-release
Pre-release
What's Changed
- Fixed the
SwitchTaskExecutor
to not throw when multiple cases match, and to select the first matching case, if any by @cdavernas in #431 - Added new
IResourceValidator
services, used to validateWorkflow
andCorrelation
resources by @cdavernas in #432 - Fixed the
WorkflowExecutionContext
to properly set the status of an ended task by @cdavernas in #433 - Added a new CustomFunction namespaced resource by @cdavernas in #430
- Fixes the
CloudEventPublisher
to resiliently attempt to connect to the cloud event stream if and when it has not yet been created by @cdavernas in #430 - Renames the
WorkflowDatabaseInitializer
intoDatabaseProvisioner
by @cdavernas in #430 - Adds the ability to provision namespaces and custom functions by @cdavernas in #430
- Fixes the
DatabaseInitializer
to 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