Releases: SDPM-lab/Anser
Releases · SDPM-lab/Anser
v0.2.6 beta
v0.2.5 beta
- Added Orchestrator::rebuild() for re-executing the orchestrator.
- Modified the Result of Restarter Methods after execution.
v0.2.4 beta
- modify restarter method result
v0.2.3 beta
- Modify the cache handler management class.
v0.2.2
v0.2.1 beta
Fixes an error that may occur when calling Orchestrator::getFailActions()
.
v0.2.0 beta
- Allow the developer to define
defineFailResult
forOrchestrator
and use it to return the result whenOrchestrator
fails to execute. - adjust the
definition()
ofOrchestrator
from an abstract method to a normal method, which will throw an error if the developer does not override it. - adjust
getStepAction()
ofStep
class, now it will return eithernull
orAction
type.
v0.1.6-beta Release.
Modify some PHP8 syntax to be supported by PHP 7.4.
v0.1.5-beta Release.
Description
Remove the orchestrator condition of judge whether the getMeaningData is null.
v0.1.4-beta Release.
Description
Fix: Fix some Step bug and restarter bug.