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 fb7025f commit 6572e1aCopy full SHA for 6572e1a
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+0.1.10 (2018-05-07)
2
+- Fix: Use java.util.regex.Pattern for host name validation
3
+ - https://github.com/embulk/embulk-output-sftp/pull/49
4
0.1.9 (2018-04-26)
5
- Enhance: Add validation for "host" and "proxy.host"
6
- https://github.com/embulk/embulk-output-sftp/pull/48
build.gradle
@@ -17,7 +17,7 @@ configurations {
17
}
18
19
group = "org.embulk.output.sftp"
20
-version = "0.1.9"
+version = "0.1.10"
21
sourceCompatibility = 1.7
22
targetCompatibility = 1.7
23
0 commit comments