Skip to content

Commit 269e0af

Browse files
committed
v0.2.4
1 parent 1c5027c commit 269e0af

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2+
Release 0.2.4 - 2015-11-18
3+
4+
* Added "auth_method" option and basic, env, instance, profile, properties,
5+
anonymous, and session authentication methods.
6+
* Upgraded aws-sdk to aws-java-sdk-s3 to v1.10.33
7+
* Added "total_file_count_limit" optoin that limits number of files to load.
8+
* List of files is compressed in memory. It can handle more files using less
9+
memory.
10+
111
Release 0.2.3 - 2015-10-14
212

313
* Enabled logging. Now we can get debug logs of AWS accesses using

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import com.github.jrubygradle.JRubyExec
77

88
allprojects {
99
group = 'org.embulk.input.s3'
10-
version = '0.2.3'
10+
version = '0.2.4'
1111
}
1212

1313
subprojects {

0 commit comments

Comments
 (0)