File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- ## 0.1.3 - 2016-07-11[ maintenance] Fix JSON column handling(Array type) [ #7 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/7 ) @joker1007 thanks![ maintenance] Add validation for auto_create_table option [ #8 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/8 ) ## 0.1.2 - 2016-05-24[ maintenance] Small fix ## 0.1.1 - 2016-05-16[ maintenance] Check if table exists before creating table [ #5 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/5 ) ## 0.1.0 - 2016-05-13 Thanks for contribution!@joker1007 [ #1 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/1 ) [ #2 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/2 ) @satoshihirose [ #3 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/3 )
1+ ## 0.1.4 - 2017-06-21 [ new feature ] HashKey/RangeKey table support at upsert_with_expression mode [ # 9 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/9 ) @ takasick thanks! ## 0.1. 3 - 2016-07-11[ maintenance] Fix JSON column handling(Array type) [ #7 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/7 ) @joker1007 thanks![ maintenance] Add validation for auto_create_table option [ #8 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/8 ) ## 0.1.2 - 2016-05-24[ maintenance] Small fix ## 0.1.1 - 2016-05-16[ maintenance] Check if table exists before creating table [ #5 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/5 ) ## 0.1.0 - 2016-05-13 Thanks for contribution!@joker1007 [ #1 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/1 ) [ #2 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/2 ) @satoshihirose [ #3 ] ( https://github.com/sakama/embulk-output-dynamodb/pull/3 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ configurations {
1414 provided
1515}
1616
17- version = " 0.1.3 "
17+ version = " 0.1.4 "
1818
1919sourceCompatibility = 1.7
2020targetCompatibility = 1.7
You can’t perform that action at this time.
0 commit comments