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
+
1
10
## 0.5.0 - 2019-08-10
2
11
3
12
* [ incompatibility change] Drop deprecated ` time_partitioning ` .` require_partition_filter `
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.5 .0"
3
+ spec . version = "0.6 .0"
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