Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: embulk/embulk-input-s3

Tags

v0.6.0

Toggle v0.6.0's commit message
## [0.6.0] - 2022-07-26

### Changed
- Updated embulk-util-retryhelper to 0.8.2, embulk-util-file to 0.1.3, and embulk-util-config to 0.3.1
- Moved LICENSE under META-INF/ with NOTICE
- Upgraded the Gradle wrapper to 6.9.2, and the "org.embulk.embulk-plugins" Gradle plugin to 0.5.3

### Removed
- Retired embulk-input-riak_cs

v0.5.3

Toggle v0.5.3's commit message
## [0.5.3] - 2022-04-13

### Added
- Upgrade embulk-util-aws-credentials to 0.4.1 to support AssumeRole

v0.5.2

Toggle v0.5.2's commit message
Release 0.5.1 - 2021-02-04

* Use embulk-util-config:0.2.1 [#112]

v0.5.1

Toggle v0.5.1's commit message
Release 0.5.1 - 2021-01-20

* Base on embulk-api/spi v0.10.19, embulk-util-config:0.2.0, and embulk-util-retryhelper:0.8.1 [#110]

v0.5.0

Toggle v0.5.0's commit message
Release 0.5.0 - 2020-09-28

* Base on embulk-api/spi v0.10.18, not depending on embulk-core [#106]

v0.4.1

Toggle v0.4.1's commit message
Release 0.4.1 - 2020-08-04

* Use org.embulk:embulk-util-aws-credentials:0.4.0 [#101]

v0.4.0

Toggle v0.4.0's commit message
Release 0.4.0 - 2020-08-03

* Use Java 8 java.time instead of Joda-Time [#93]
* Build with the "org.embulk.embulk-plugins" Gradle plugin [#95]
  * Remove FindBugs as Embulk has removed it
  * Remove embulk-util-aws-credentials (moved to https://github.com/embulk/embulk-util-aws-credentials)
* Replace Exec.getLogger with LoggerFactory.getLogger [#96]
* Remove use of Guava [#97]
* Remove use of @ConfigInject by replacing with Exec.getBufferAllocator [#98]

v0.3.5

Toggle v0.3.5's commit message
Release 0.3.5 - 2019-11-26

* Fix auth_method:profile failure [#92]

v0.3.4

Toggle v0.3.4's commit message
Release 0.3.4 - 2019-06-17

* Add the new incremental loading by modified time [#88]

v0.3.3

Toggle v0.3.3's commit message
Release 0.3.3 - 2019-02-05

* Change `initial_retry_interval_millis` value from 30 sec to 2 sec [#86]