-
Notifications
You must be signed in to change notification settings - Fork 225
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
Showing
6 changed files
with
40 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.9.13-SNAPSHOT | ||
0.9.13 |
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,35 @@ | ||
Release 0.9.13 | ||
============= | ||
|
||
CLI changes | ||
--------------- | ||
|
||
* Added ``--max-task-threads`` to the ``run`` subcommand. When this option is set, local-mode execution limits number of max running tasks as like ``digdag server --max-task-threads`` option. (@gfx++) | ||
|
||
* Fixed wrong time formatting when the time is past. (@akirakw++) | ||
|
||
Operator Changes | ||
---------------- | ||
|
||
* ``http>`` operator supports ``timeout: SECONDS`` option. (@duck8823++) | ||
|
||
|
||
General Changes | ||
--------------- | ||
|
||
* Let operator plugins inject CommandLogger instance. This is useful to copy log messages displayed by a subprocess to task logs. (@akirakw++) | ||
|
||
* Added config.td.default_endpoint system configuration which sets the default td.endpoint parameter for Treasure Data operators. | ||
|
||
|
||
UI Changes | ||
--------------- | ||
|
||
* Improved next-run time format to include a duration until the time (@szyn++) | ||
|
||
* Added success/warning/error messages when editing a workflow definition (@szyn++) | ||
|
||
|
||
Release Date | ||
------------ | ||
2017-07-18 |