Skip to content

Commit cc5ebfa

Browse files
committed
0.5.0
1 parent cfce3a6 commit cc5ebfa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.5.0 - 2019-08-10
2+
3+
* [incompatibility change] Drop deprecated time\_partitioning.require\_partition\_filter
4+
* [incompatibility change] Drop prevent\_duplicate\_insert which has no use-case now
5+
* [incompatibility change] Change default value of `auto\_create\_table` to `true` from `false`
6+
* Modes `replace`, `replace_backup`, `append`, `delete_in_advance`, that is, except `append_direct` requires `auto_create_table: true`.
7+
18
## 0.4.14 - 2019-08-10
29

310
* [enhancement] Support field partitioning correctly.

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.4.14"
3+
spec.version = "0.5.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)