Skip to content

Commit

Permalink
Merge pull request #132 from StackStorm/v0.4
Browse files Browse the repository at this point in the history
Update version to 0.4
  • Loading branch information
m4dcoder authored Feb 15, 2019
2 parents 2b520c6 + 97cee53 commit 7bf6e3f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

0.4
---

Added
~~~~~

* Add get_routes function to workflow graph to identify possible execution routes. (new feature)
* Add ascii art diagrams to docs to illustrate workflows with join task. (improvement)

Fixed
~~~~~

* Add sleep in while loop for composing execution graph to spread out cpu spike. (improvement)
* Value in quotes in shorthand publish should be evaluated as string type. Fixes #130 (bug fix)
* Fix interpretation of boolean value in shorthand format of publish. Fixes #119 (bug fix)
* Update YAQL section in docs on use of "=>" for named parameters in function calls. Closes #124
* Fix with items intepretor to handle variables that contain the word 'in'. (bug fix)
Contributed by Anton Kayukov (@batk0)

0.3
---

Expand Down
2 changes: 1 addition & 1 deletion orquesta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.3'
__version__ = '0.4'

0 comments on commit 7bf6e3f

Please sign in to comment.