-
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
Aug 18, 2016
1 parent
ee02ff2
commit 95320e6
Showing
6 changed files
with
34 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.8 | ||
0.8.9 |
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,29 @@ | ||
Release 0.8.9 | ||
============= | ||
|
||
Client mode changes | ||
------------------- | ||
|
||
* ``start`` command now hints about ``retry`` command when trying to start an already existing session. | ||
* CLI now respects ``https_proxy``, ``HTTPS_PROXY``, ``http_proxy`` and ``HTTP_PROXY`` environment variables. | ||
* Added a new ``secrets`` command that an be used to set, list and delete per-project secrets. | ||
|
||
|
||
Server mode changes | ||
------------------- | ||
|
||
* Starting an attempt of a workflow with more than 1000 tasks now fails with ``400 Bad Request`` instead of ``500 Internal Error``. | ||
|
||
|
||
General changes | ||
--------------- | ||
|
||
* Added ``td.proxy.use_ssl`` parameter to support HTTPS forward proxies. | ||
* ``td_partial_delete>`` operator now accepts raw epoch integers in ``from:`` and ``to:`` parameters. | ||
* ``td`` operators now respects ``https_proxy``, ``HTTPS_PROXY``, ``http_proxy`` and ``HTTP_PROXY`` environment variables. | ||
* Added a secret management mechanism that can be used to securely provide operators with credentials such as api keys, user names and passwords. | ||
|
||
|
||
Release Date | ||
------------ | ||
2016-08-18 |