We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf109f commit e654b8dCopy full SHA for e654b8d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.6.9 - 2023-03-16
2
+* [enhancement] Add SSLException to retry job (thanks to @mzumi)
3
+
4
## 0.6.8 - 2022-10-12
5
* [enhancement] Support JSON type (thanks to @civitaspo )
6
* [maintenance] Add an error message in order to retry (thanks to @mzumi)
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.6.8"
+ spec.version = "0.6.9"
spec.authors = ["Satoshi Akama", "Naotoshi Seo"]
spec.summary = "Google BigQuery output plugin for Embulk"
spec.description = "Embulk plugin that insert records to Google BigQuery."
0 commit comments