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 0eb0092 commit 3e91f5cCopy full SHA for 3e91f5c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+0.1.9 (2018-04-26)
2
+- Enhance: Add validation for "host" and "proxy.host"
3
+ - https://github.com/embulk/embulk-output-sftp/pull/48
4
0.1.8 (2018-03-20)
5
- Change input stream buffer size to 32MB to reduce number of storage reads
6
- https://github.com/embulk/embulk-output-sftp/pull/47
build.gradle
@@ -17,7 +17,7 @@ configurations {
17
}
18
19
group = "org.embulk.output.sftp"
20
-version = "0.1.8"
+version = "0.1.9"
21
sourceCompatibility = 1.7
22
targetCompatibility = 1.7
23
0 commit comments