File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.0 - 2019-08-11
2+
3+ Cleanup ` auth_method ` :
4+
5+ * [ enhancement] Support ` auth_method: authorized_user ` (OAuth)
6+ * [ incompatibility change] Rename ` auth_method: json_key ` to ` auth_method: service_account ` (` json_key ` is kept for backward compatibility)
7+ * [ incompatibility change] Remove deprecated ` auth_method: private_key ` (p12 key)
8+ * [ incompatibility change] Change the default ` auth_method ` to ` application_default ` from ` private_key ` .
9+
110## 0.5.0 - 2019-08-10
211
312* [ incompatibility change] Drop deprecated ` time_partitioning ` .` require_partition_filter `
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |spec |
22 spec . name = "embulk-output-bigquery"
3- spec . version = "0.5 .0"
3+ spec . version = "0.6 .0"
44 spec . authors = [ "Satoshi Akama" , "Naotoshi Seo" ]
55 spec . summary = "Google BigQuery output plugin for Embulk"
66 spec . description = "Embulk plugin that insert records to Google BigQuery."
You can’t perform that action at this time.
0 commit comments