-
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
Sep 29, 2016
1 parent
7eba348
commit 4ea670a
Showing
6 changed files
with
33 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.8.16-SNAPSHOT | ||
0.8.16 |
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,28 @@ | ||
Release 0.8.16 | ||
============== | ||
|
||
Client Changes | ||
-------------- | ||
|
||
* Added a ``--type`` flag to ``digdag init`` to select the type of project to generate. | ||
|
||
|
||
Server Changes | ||
-------------- | ||
|
||
* Added a new ``/api/workflows`` endpoint that can be used to list all current workflows. | ||
* Added ``/api/schedules/{id}/disable`` and ``/api/schedules/{id}/enable`` endpoints that can be used to disable and re-enable scheduled execution of a workflow. | ||
* Added ``/api/schedules`` and ``/api/projects/{id}/schedules`` endpoint that can be used to list all schedules and the schedules of a project. | ||
* The number of active attempts per site is now limited. The default limit is ``100`` and it an be controlled using the ``io.digdag.limits.maxAttempts`` system property. | ||
|
||
|
||
Workflow Changes | ||
---------------- | ||
|
||
* Added an ``s3_wait>`` operator that can be used to wait for a file to come into existence in AWS S3. | ||
* The ``mail>`` operator now requires the ``password`` to be provided as a secret. | ||
* The ``td_table_export`` operator now requires S3 credentials to be provided as secrets. | ||
|
||
Release Date | ||
------------ | ||
2016-09-29 |