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 68fc8c7 commit 18d4205Copy full SHA for 18d4205
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+0.2.0 (2018-08-29)
2
+- Fix bug of stalling when closing `remoteFile`, this version is recommended over 0.1.11
3
+ - https://github.com/embulk/embulk-output-sftp/pull/51
4
0.1.11 (2018-08-27)
5
- Enhance: Add 2 new configs `local_temp_file` (boolean) and `temp_file_threshold` (long)
6
- https://github.com/embulk/embulk-output-sftp/pull/50
build.gradle
@@ -17,7 +17,7 @@ configurations {
17
}
18
19
group = "org.embulk.output.sftp"
20
-version = "0.1.11"
+version = "0.2.0"
21
sourceCompatibility = 1.7
22
targetCompatibility = 1.7
23
0 commit comments