File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## 0.6.5 - 2021-06-10
2
8
* [ maintenance] Fix failed tests (thanks to @kyoshidajp )
3
9
* [ maintenance] Lock representable version for avoiding requiring Ruby 2.4 (thanks to @hiroyuki-sato )
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.6.5 "
3
+ spec . version = "0.6.6 "
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