Skip to content

Commit

Permalink
Merge pull request #106 from StackStorm/v0.3
Browse files Browse the repository at this point in the history
Update version to 0.3
  • Loading branch information
m4dcoder authored Dec 11, 2018
2 parents 2e5cad1 + cf4a53e commit 1c76f34
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
Changelog
=========

0.3
---

Added
~~~~~

* Add with items model to the orquesta task spec. (improvement)
* Add delay attribute to the orquesta task spec. (improvement)
* Add script to generate JSON schema from the workflow models. (improvement)
* Add command to make package for upload to pypi. (improvement)

Changed
~~~~~~~

* Allow workflow to output on other completed states such as error. (improvement)
* Allow multiple transition between two tasks. (improvement)
* Refactor finalize_context in task spec to get the transition precisely. (improvement)
* Refactor conductor log entries and methods. (improvement)
* Refactor rendering of task spec in conductor to support with items model. (improvement)

Fixed
~~~~~

* Fix state change when workflow output fails rendering. (bug fix)
* Fix vars and input that references app context. (bug fix)
* Convert strings in context to unicode to fix problems with mixing
ascii and unicode strings in expressions. (bug fix)


0.2
---

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.2'
__version__ = '0.3'

0 comments on commit 1c76f34

Please sign in to comment.