Skip to content

Commit 4434999

Browse files
committed
v0.1.8
1 parent b5122e1 commit 4434999

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
14
0.1.7 (2018-03-14)
25
- Enhance: Upload with ".tmp" suffix and rename file name after upload
36
- https://github.com/embulk/embulk-output-sftp/pull/43

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ configurations {
1717
}
1818

1919
group = "org.embulk.output.sftp"
20-
version = "0.1.7"
20+
version = "0.1.8"
2121
sourceCompatibility = 1.7
2222
targetCompatibility = 1.7
2323

0 commit comments

Comments
 (0)