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+
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 )
Original file line number Diff line number Diff line change 11Gem ::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."
You can’t perform that action at this time.
0 commit comments