-
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
Oct 31, 2016
1 parent
3da608d
commit 160675c
Showing
6 changed files
with
26 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.18-SNAPSHOT | ||
0.8.18 |
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,21 @@ | ||
Release 0.8.18 | ||
============== | ||
|
||
Client Changes | ||
-------------- | ||
|
||
* The ``init`` command has been fixed to work on Windows. | ||
* The ``selfupdate`` command now properly sets the readable flag on the downloaded executable. | ||
|
||
|
||
Workflow Changes | ||
---------------- | ||
|
||
* The ``for_each>`` operator can now be parameterized with arrays and maps. Strings provided in the command will be parsed as JSON. | ||
* Operators now properly clear store parameters to avoid unexpected merging of store parameters from different tasks. | ||
* Google BigQuery operators ``bq>``, ``bq_load>``, ``bq_extract>`` and ``bq_ddl>`` operators have been added. | ||
* A ``gcs_wait>`` operator have been added for waiting for files in Google Cloud Storage (GCS). | ||
|
||
Release Date | ||
------------ | ||
2016-10-31 |