We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabc063 commit 77c0cbaCopy full SHA for 77c0cba
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.3.2 - 2019-07-25
2
+* [maintenance] Do not retry when "Connection refused" is returned and throw ConfigException [#40](https://github.com/embulk/embulk-input-sftp/pull/40)
3
+
4
## 0.3.1 - 2019-01-08
5
* [maintenance] Hide password shown in log when parse failure happens [#39](https://github.com/embulk/embulk-input-sftp/pull/39)
6
build.gradle
@@ -16,7 +16,7 @@ configurations {
16
}
17
18
group = "org.embulk.input.sftp"
19
-version = "0.3.1"
+version = "0.3.2"
20
21
sourceCompatibility = 1.8
22
targetCompatibility = 1.8
0 commit comments