You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [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
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]