CHANGELOG.md in embulk-output-sftp-0.2.1 vs CHANGELOG.md in embulk-output-sftp-0.2.2
- old
+ new
@@ -1,4 +1,7 @@
+0.2.2 (2019-07-26)
+- Do not retry when "Connection refused" is returned and throw ConfigException
+ - https://github.com/embulk/embulk-output-sftp/pull/56
0.2.1 (2018-10-23)
- Improved logic that detects exception is retryable or not
- https://github.com/embulk/embulk-output-sftp/pull/52
0.2.0 (2018-08-29)
- Fix bug of stalling when closing `remoteFile`, this version is recommended over 0.1.11