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 b5122e1 commit 4434999Copy full SHA for 4434999
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+0.1.8 (2018-03-20)
2
+- Change input stream buffer size to 32MB to reduce number of storage reads
3
+ - https://github.com/embulk/embulk-output-sftp/pull/47
4
0.1.7 (2018-03-14)
5
- Enhance: Upload with ".tmp" suffix and rename file name after upload
6
- https://github.com/embulk/embulk-output-sftp/pull/43
build.gradle
@@ -17,7 +17,7 @@ configurations {
17
}
18
19
group = "org.embulk.output.sftp"
20
-version = "0.1.7"
+version = "0.1.8"
21
sourceCompatibility = 1.7
22
targetCompatibility = 1.7
23
0 commit comments