File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.5
5+ ---
6+
7+ Added
8+ ~~~~~
9+
10+ * Add flake8 extension to restrict import alias. (improvement)
11+ * Add developer docs on getting started, testing, and StackStorm integration. (improvement)
12+
13+ Changed
14+ ~~~~~~~
15+
16+ * Refactor concept of task flow to workflow and task state. (improvement)
17+ * Restrict ctx function from returning internal vars. (improvement)
18+
19+ Fixed
20+ ~~~~~
21+
22+ * Fix conductor performance for complex workflow definition. (bug fix)
23+ * Fix overwritten context variables on task join. (bug fix)
24+ * Fix with items task stuck in running when item(s) failed. (bug fix)
25+ * Fix task status for various scenarios on with item task. (bug fix)
26+ * Fix return value of item that evaluate to false. (bug fix)
27+ * Fix workflow stuck in resuming when pending task has transition error. (bug fix)
28+
4290.4
530---
631
Original file line number Diff line number Diff line change 1010# See the License for the specific language governing permissions and
1111# limitations under the License.
1212
13- __version__ = '0.4 '
13+ __version__ = '0.5 '
You can’t perform that action at this time.
0 commit comments