Skip to content

Commit 559fd12

Browse files
authored
Merge pull request #137 from embulk/0.6.6
0.6.6
2 parents 3355a0a + 3e4d19e commit 559fd12

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.6 - 2021-06-10
2+
3+
* [maintenance] Fix network retry function (thanks to @case-k-git)
4+
* [enhancement] Allow to specify the billing project and the project to which the data will be loaded separately (thanks to @ck-fm0211)
5+
* [enhancement] Include original error message on json parse error (thanks to @k-yomo)
6+
17
## 0.6.5 - 2021-06-10
28
* [maintenance] Fix failed tests (thanks to @kyoshidajp)
39
* [maintenance] Lock representable version for avoiding requiring Ruby 2.4 (thanks to @hiroyuki-sato)

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