File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.4
5
+ ---
6
+
7
+ Added
8
+ ~~~~~
9
+
10
+ * Add get_routes function to workflow graph to identify possible execution routes. (new feature)
11
+ * Add ascii art diagrams to docs to illustrate workflows with join task. (improvement)
12
+
13
+ Fixed
14
+ ~~~~~
15
+
16
+ * Add sleep in while loop for composing execution graph to spread out cpu spike. (improvement)
17
+ * Value in quotes in shorthand publish should be evaluated as string type. Fixes #130 (bug fix)
18
+ * Fix interpretation of boolean value in shorthand format of publish. Fixes #119 (bug fix)
19
+ * Update YAQL section in docs on use of "=>" for named parameters in function calls. Closes #124
20
+ * Fix with items intepretor to handle variables that contain the word 'in'. (bug fix)
21
+ Contributed by Anton Kayukov (@batk0)
22
+
4
23
0.3
5
24
---
6
25
Original file line number Diff line number Diff line change 10
10
# See the License for the specific language governing permissions and
11
11
# limitations under the License.
12
12
13
- __version__ = '0.3 '
13
+ __version__ = '0.4 '
You can’t perform that action at this time.
0 commit comments