-
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
7 changed files
with
36 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
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.16-SNAPSHOT | ||
0.9.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,26 @@ | ||
Release 0.9.16 | ||
============= | ||
|
||
Operator Changes | ||
---------------- | ||
|
||
* Fix unexpectedly escaped ``parallel`` option in ``redshift>:`` operator | ||
* Fix unexpected retry even with ``retry: false`` option in ``http:>`` operator | ||
* Support NULL-able values with ``pg>:`` operator's ``download_file`` option | ||
|
||
UI Changes | ||
--------------- | ||
|
||
* Show ``Canceled`` instead of ``Failure`` on attempt status view | ||
|
||
|
||
General Changes | ||
--------------- | ||
|
||
* Remove unsupported ``Accept-Encoding: deflate`` from client requests | ||
* Avoid unefficient query plans at ``DatabaseSessionStore.getSessions`` in ``digdag-core`` | ||
|
||
|
||
Release Date | ||
------------ | ||
2017-09-04 |