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.
2 parents e5b3296 + 263533e commit 1ecaac7Copy full SHA for 1ecaac7
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.0.6 (2016-03-16)
2
+==================
3
+- Fix: Avoid some connection errors
4
+ - https://github.com/civitaspo/embulk-output-sftp/pull/17
5
+
6
0.0.5 (2016-03-09)
7
==================
8
- Add: Support MapReduce executor
README.md
@@ -134,3 +134,4 @@ This plugin uses "org.apache.commons:commons-vfs" and the library uses the logge
134
## Contributors
135
- Satoshi Akama (@sakama)
136
- Rudolph Miller (@Rudolph-Miller)
137
+- Naotoshi Seo (@sonots)
build.gradle
@@ -15,7 +15,7 @@ configurations {
15
provided
16
}
17
18
-version = "0.0.5"
+version = "0.0.6"
19
sourceCompatibility = 1.7
20
targetCompatibility = 1.7
21
0 commit comments