File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.12 - 2019-03-20
2
+
3
+ * [ maintenance] Fix ` time_partitioning.requirePartitionFilter ` was not working. Use ` time_partitioning.require_partition_filter ` (thanks to @gitetsu )
4
+
1
5
## 0.4.11 - 2019-03-07
2
6
3
7
* [ maintenance] Fix to use ` response.status.error_result ` instead of ` response.status.errors ` to check job failure status (thanks to @nownabe )
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |spec |
2
2
spec . name = "embulk-output-bigquery"
3
- spec . version = "0.4.11 "
3
+ spec . version = "0.4.12 "
4
4
spec . authors = [ "Satoshi Akama" , "Naotoshi Seo" ]
5
5
spec . summary = "Google BigQuery output plugin for Embulk"
6
6
spec . description = "Embulk plugin that insert records to Google BigQuery."
You can’t perform that action at this time.
0 commit comments