Skip to content

Releases: SDPM-lab/Anser

v0.2.6 beta

01 Oct 11:11
d30a0e7
Compare
Choose a tag to compare
  1. Change the Restarter Methods parameter name.
  2. Change some Method return contents

v0.2.5 beta

01 Oct 10:56
cf6afbd
Compare
Choose a tag to compare
  1. Added Orchestrator::rebuild() for re-executing the orchestrator.
  2. Modified the Result of Restarter Methods after execution.

v0.2.4 beta

30 Sep 08:26
9a9781c
Compare
Choose a tag to compare
  1. modify restarter method result

v0.2.3 beta

30 Sep 08:15
bda1fcd
Compare
Choose a tag to compare
  1. Modify the cache handler management class.

v0.2.2

27 Sep 14:20
60928d4
Compare
Choose a tag to compare
  1. Modify the manner of triggering compensation.

v0.2.1 beta

22 Sep 15:09
7bbdde1
Compare
Choose a tag to compare

Fixes an error that may occur when calling Orchestrator::getFailActions() .

v0.2.0 beta

17 Sep 15:47
8bea6a6
Compare
Choose a tag to compare
  1. Allow the developer to define defineFailResult for Orchestrator and use it to return the result when Orchestrator fails to execute.
  2. adjust the definition() of Orchestrator from an abstract method to a normal method, which will throw an error if the developer does not override it.
  3. adjust getStepAction() of Step class, now it will return either null or Action type.

v0.1.6-beta Release.

15 Sep 18:02
9983bc6
Compare
Choose a tag to compare

Modify some PHP8 syntax to be supported by PHP 7.4.

v0.1.5-beta Release.

05 Mar 11:19
9663d17
Compare
Choose a tag to compare

Description
Remove the orchestrator condition of judge whether the getMeaningData is null.

v0.1.4-beta Release.

05 Mar 10:45
c667d69
Compare
Choose a tag to compare

Description
Fix: Fix some Step bug and restarter bug.