Skip to content

Commit 7bf6e3f

Browse files
authored
Merge pull request #132 from StackStorm/v0.4
Update version to 0.4
2 parents 2b520c6 + 97cee53 commit 7bf6e3f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

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+
423
0.3
524
---
625

orquesta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
__version__ = '0.3'
13+
__version__ = '0.4'

0 commit comments

Comments
 (0)