Skip to content

Commit 786ec7c

Browse files
Merge pull request #159 from hiroyuki-sato/bump-up-0-7-0
Bump up 0.7.0
2 parents 92f9dd5 + 1262817 commit 786ec7c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.7.0 - 2024-02-1
2+
* [enhancement] Add support Embulk 0.11.x
3+
14
## 0.6.9 - 2023-03-16
25
* [enhancement] Add SSLException to retry job (thanks to @mzumi)
36

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ https://developers.google.com/bigquery/loading-data-into-bigquery
1212
* **Cleanup supported**: no
1313
* **Dynamic table creating**: yes
1414

15+
### Supported Embulk
16+
17+
| gem version | Embulk version |
18+
|------------------|--------------------|
19+
| 0.7.0 and higher | v0.11.0 and higher |
20+
| 0.6.9 and lower | v0.9.X and lower |
21+
1522
### NOT IMPLEMENTED
1623
* insert data over streaming inserts
1724
* for continuous real-time insertions

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