Skip to content

Commit 4a58245

Browse files
committed
0.6.0
1 parent 9e9165e commit 4a58245

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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`

embulk-output-bigquery.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::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."

0 commit comments

Comments
 (0)