- [maintenance] Update validate error message for last_path #50
- [maintenance] Improve base64encode method for last_path #47
- [maintenance] Updated Google Cloud Storage API Client Library from v1-rev59-1.21.0 to 1.56.0 #40
- [new feature] Refactor to use InputStream (to replace local file download)
- [maintenance] Use file name output feature in Embulk core to show file name in cmdout #37
- [maintenance] Improve retry logic to retry "400 Bad Request" "Invalid JWT: No valid verifier found for issuer" #34
- [maintenance] Fix retry logic to avoid IOException happens while IOUtils.copy() #33
- [new feature] Support "path_match_pattern" option #32
- [maintenance] Fix InputStream handling to avoid plugin get less records than expected #27
- [maintenance] Fix possibility to throw NPE when authentication #25
- [new feature] Support
incremental
option #24
- [maintenance] Fix validation logic for
path_prefix
andpaths
options #23
- [maintenance] Use retry logic when generate GCS client #21
- [new feature] Support path option to allow to specify list of target objects directly @sonots thanks! #17
- [maintenance] Upgraded embulk to v0.8.2 #14
- [maintenance] Updated Google HTTP Client Library from 1.19.0 to 2.1.21.0 #15
- [maintenance] Updated Google Cloud Storage API Client Library from v1-rev27-1.19.1 to v1-rev59-1.21.0 #15
- [maintenance] Added retry logic #11
- [maintenance] Fix resume download logics #10
- [maintenance] Throw ConfigException when files listing failed. @muga thanks! #9
- [maintenance] Fix GcsAuthentication object initialization for mapreduce executor. @muga thanks! #7
- [maintenance] Added unit tests #8
- [new feature] Added new auth method - json_keyfile of GCP(Google Cloud Platform)'s service account #5
- [maintenance] Supported mapreduce-executor #4
- [new feature] Added new auth method - pre-defined access token of GCE(Google Compute Engine) #3
- [maintenance] Upgraded embulk version to 0.7.0
- [maintenance] Refactored
- [maintenance] Keep last last_path when input files is empty. @frsyuki thanks! #1
- [maintenance] Refactored error handling logics.
- [maintenance] Changed supported Java version from 8 to 7