-
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
6 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.3.2 | ||
0.3.3 |
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.3.3 | ||
================================== | ||
|
||
Operator Changes | ||
------------------ | ||
|
||
* td_ddl: | ||
|
||
* Fixed docs and examples to use arrays of table names instead of single name. | ||
|
||
* Fixed parameter names to plural use instead of singular (create_table to create_tables, drop_table to drop_tables, empty_table to empty_tables). | ||
|
||
* Retries REST API calls if one fails. | ||
|
||
* td, td_load, td_table_export | ||
|
||
* Retries REST API calls to get job status | ||
|
||
General Changes | ||
------------------ | ||
|
||
* Updated the default workflow generated by ``init`` command not to use rb> operator which causes error with old Ruby (< 2.0) installed by default on Mac OS X. | ||
|
||
* Fixed check command when _type parameter exists. | ||
|
||
|
||
Release Date | ||
------------------ | ||
2016-03-02 |