File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.7.2 - 2024-07-21
2
+ * [ maintenance] Fix GitHub Actions #166
3
+ * [ maintenance] Fix gcs_client in order to load data using gcs_bucket parameter (Thanks to kashira202111) #164
4
+ * [ maintenance] Prevent creating unnecessary tables. (Thanks to kashira202111) #148
5
+
1
6
## 0.7.1 - 2024-03-4
2
7
* [ enhancement] Support description of columns and tables (Thanks to @kyoshidajp and @fagai ) #142
3
8
* [ maintenance] Add missing GitHub Actions environment setting. #160
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.1 "
3
+ spec . version = "0.7.2 "
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