- [maintenance] Replace commons-logging by jcl-over-slf4j
- [maintenance] Support OpenSsh key
- [maintenance] Update commons vfs2 latest version (2.6.0) to fix timeout setting not working
- [maintenance] Build with the "org.embulk.embulk-plugins" Gradle plugin #42
- [maintenance] Do not retry when "Connection refused" is returned and throw ConfigException #40
- [maintenance] Hide password shown in log when parse failure happens #39
[new feature] Use file name output feature in Embulk core to show file name in cmdout #37
- [maintenance] Give up processing and throw ConfigException when "Auth fail" first appears #33
- [maintenance] Use java.util.regex.Pattern for host name validation #32
- [maintenance] Add validation for "host" and "proxy.host" #31
- [maintenance] Throw ConfigException when process fails with "com.jcraft.jsch.JSchException: Auth fail" #29
- [maintenance] Fix SFTP non existent last_path #28
- [maintenance] Fix SFTP connection remaining problem #27
- [maintenance] Upgrade "commons-vfs2", "com.jcraft:jsch" and "commons-io:commons-io"
- [maintenance] Fix bug path_prefix extension are removed #23
- [maintenance] Improve logic for remote file search with path_prefix #22
- [maintenance] Fix auth failure while generating last_path under limited case #20
- [maintenance] Fix bug Use second as timetout setting instead of milli second #18
- [maintenance] Fix last_path generation failure when password contains special chars #15
- [new feature] Support incremental option #11
- [maintenance] Mask password in the log #12
- [maintenance] Fix file listing order and handling of last_path #14
- [maintenance] Use RetryExecutor when retrying that is provide by embulk-core #9