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.7.1 - 2024-03-4
2
+ * [ enhancement] Support description of columns and tables (Thanks to @kyoshidajp and @fagai ) #142
3
+ * [ maintenance] Add missing GitHub Actions environment setting. #160
4
+ * [ maintenance] Replace google-api-client with specific Google APIs (Thanks to @Nozomuts ) #161
5
+ * [ maintenance] Update GitHub Actions use checkout@v4 and setup-java@v4 #162
6
+
1
7
## 0.7.0 - 2024-02-1
2
8
* [ enhancement] Add support Embulk 0.11.x
3
9
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.7.0 "
3
+ spec . version = "0.7.1 "
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