-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Norberg
committed
Dec 14, 2016
1 parent
92cdeed
commit da9be9f
Showing
4 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Release 0.9.0 | ||
============= | ||
|
||
Client mode changes | ||
------------------- | ||
* Added a ``download`` command that can be used to download projects from the server. | ||
|
||
Server mode changes | ||
------------------- | ||
* The UI now visualizes the workflow task execution timeline. | ||
* The REST API now wraps collections in JSON objects. | ||
|
||
Workflow changes | ||
---------------- | ||
* Added an ``emr>`` operator that can be used to run AWS EMR jobs. | ||
* Added a ``rename_tables`` option to the ``td_ddl>`` operator that can be used to rename TD tables. | ||
* Added a ``skip_on_overtime: true | false`` schedule option that can be used to control whether scheduled session execution should be skipped if another session is already running. | ||
* Scheduled workflow sessions now have a ``last_executed_session_time`` variable which contains the previously executed session time. | ||
|
||
General changes | ||
--------------- | ||
* Secrets now use ``_`` (underscore) in names instead of ``-`` (dash). | ||
|
||
Release Date | ||
------------ | ||
2016-12-14 |