Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 2 additions & 82 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,83 +1,3 @@
## 0.3.3 - 2020-04-12
* [maintenance] Update validate error message for last_path [#50](https://github.com/embulk/embulk-input-gcs/pull/50)
# Changelog

## 0.3.2 - 2020-01-13
* [maintenance] Improve base64encode method for last_path [#47](https://github.com/embulk/embulk-input-gcs/pull/47)

## 0.3.1 - 2019-01-07
* [maintenance] Updated Google Cloud Storage API Client Library from v1-rev59-1.21.0 to 1.56.0 [#40](https://github.com/embulk/embulk-input-gcs/pull/40)
* [new feature] Refactor to use InputStream (to replace local file download)

## 0.3.0 - 2018-12-26
* [maintenance] Use file name output feature in Embulk core to show file name in cmdout [#37](https://github.com/embulk/embulk-input-gcs/pull/37)

## 0.2.8 - 2018-06-29
* [maintenance] Improve retry logic to retry "400 Bad Request" "Invalid JWT: No valid verifier found for issuer" [#34](https://github.com/embulk/embulk-input-gcs/pull/34)

## 0.2.7 - 2018-03-22
* [maintenance] Fix retry logic to avoid IOException happens while IOUtils.copy() [#33](https://github.com/embulk/embulk-input-gcs/pull/33)

## 0.2.6 - 2018-03-05
* [new feature] Support "path_match_pattern" option [#32](https://github.com/embulk/embulk-input-gcs/pull/32)

## 0.2.5 - 2017-05-19
* [maintenance] Fix InputStream handling to avoid plugin get less records than expected [#27](https://github.com/embulk/embulk-input-gcs/pull/27)

## 0.2.4 - 2017-03-16
* [maintenance] Fix possibility to throw NPE when authentication [#25](https://github.com/embulk/embulk-input-gcs/pull/25)

## 0.2.3 - 2016-08-09
* [new feature] Support `incremental` option [#24](https://github.com/embulk/embulk-input-gcs/pull/24)

## 0.2.2 - 2016-08-08
* [maintenance] Fix validation logic for `path_prefix` and `paths` options [#23](https://github.com/embulk/embulk-input-gcs/pull/23)

## 0.2.1 - 2016-08-04
* [maintenance] Use retry logic when generate GCS client [#21](https://github.com/embulk/embulk-input-gcs/pull/21)

## 0.2.0 - 2016-06-03
* [new feature] Support path option to allow to specify list of target objects directly @sonots thanks! [#17](https://github.com/embulk/embulk-input-gcs/pull/17)

## 0.1.13 - 2016-02-04
* [maintenance] Upgraded embulk to v0.8.2 [#14](https://github.com/embulk/embulk-input-gcs/pull/14)
* [maintenance] Updated Google HTTP Client Library from 1.19.0 to 2.1.21.0 [#15](https://github.com/embulk/embulk-input-gcs/pull/15)
* [maintenance] Updated Google Cloud Storage API Client Library from v1-rev27-1.19.1 to v1-rev59-1.21.0 [#15](https://github.com/embulk/embulk-input-gcs/pull/15)

## 0.1.11 - 2016-01-25
* [maintenance] Added retry logic [#11](https://github.com/embulk/embulk-input-gcs/pull/11)

## 0.1.10 - 2015-11-07

* [maintenance] Fix resume download logics [#10](https://github.com/embulk/embulk-input-gcs/pull/10)
* [maintenance] Throw ConfigException when files listing failed. @muga thanks! [#9](https://github.com/embulk/embulk-input-gcs/pull/9)

## 0.1.9 - 2015-10-30

* [maintenance] Fix GcsAuthentication object initialization for mapreduce executor. @muga thanks! [#7](https://github.com/embulk/embulk-input-gcs/pull/7)

## 0.1.8 - 2015-10-29

* [maintenance] Added unit tests [#8](https://github.com/embulk/embulk-input-gcs/pull/8)

## 0.1.7 - 2015-10-06

* [new feature] Added new auth method - json_keyfile of GCP(Google Cloud Platform)'s service account [#5](https://github.com/embulk/embulk-input-gcs/pull/5)
* [maintenance] Supported mapreduce-executor [#4](https://github.com/embulk/embulk-input-gcs/pull/4)

## 0.1.6 - 2015-09-05

* [new feature] Added new auth method - pre-defined access token of GCE(Google Compute Engine) [#3](https://github.com/embulk/embulk-input-gcs/pull/3)

## 0.1.5 - 2015-08-19

* [maintenance] Upgraded embulk version to 0.7.0
* [maintenance] Refactored

## 0.1.4 - 2015-06-27

* [maintenance] Keep last last_path when input files is empty. @frsyuki thanks! [#1](https://github.com/embulk/embulk-input-gcs/pull/1)
* [maintenance] Refactored error handling logics.

## 0.1.3 - 2015-03-16

* [maintenance] Changed supported Java version from 8 to 7
Look at its Git annotated tags, or its [GitHub Releases](https://github.com/embulk/embulk-input-gcs/releases).