-
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
Nov 15, 2016
1 parent
e39ed71
commit 973caaa
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.19-SNAPSHOT | ||
0.8.19 |
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.19 | ||
============== | ||
|
||
Server Changes | ||
-------------- | ||
|
||
* Added an ``isAdmin`` flag to the ``Authenticator.Result`` interface that can be used to grant users adminstrator rights. | ||
* Added an administration API with an endpoint that can be used by administrators to get ``userinfo`` metadata for a session attempt. | ||
|
||
UI Changes | ||
---------- | ||
|
||
* Added a button for retrying failed attempts. | ||
* Added a button for pausing scheduled workflow execution. | ||
|
||
Workflow Changes | ||
---------------- | ||
|
||
* The ``gcs_wait>`` operator now allows ``gs://`` URI's on the operator command line. | ||
* Added an ``http>`` operator that can be used to make HTTP requests. | ||
* The ``for_each`` operator now generates subtasks with shorter names. | ||
* Fixed an issue where the ``td_table_export>`` operator was not able to use ``aws.s3.*`` secrets. | ||
* The ``s3_wait>`` operator will now not retry ``4xx` HTTP errors except for ``429 Too Many Requests`` and ``408 Request Timeout``. | ||
* Fixed an issue where the ``td>`` operator ``download_file`` option would sometimes download a corrupt file. | ||
|
||
Release Date | ||
------------ | ||
2016-11-15 |