-
Notifications
You must be signed in to change notification settings - Fork 30
/
ChangeLog
85 lines (48 loc) · 1.96 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Release 0.2.12 - 2017-12-27
* Upgrade AWS SDK 1.10.33 to 1.11.253 to allow additional regions [#59]
Release 0.2.11 - 2017-04-23
* Support http_proxy option [#48,#51,#54]
* Upgrade gradle v3.2.1, Embulk v0.8.18, gradle bintray plugin v1.7 [#46]
Release 0.2.10 - 2017-03-09
* Changed HTTP responses handling: throw ConfigException if error code is ExpiredToken. (@tvhung83) [#43]
Release 0.2.9 - 2017-03-09
* Added "default" auth_method: option by DefaultAWSCredentialsProviderChain
Release 0.2.8 - 2016-04-25
* Added "incremental" option.
Release 0.2.7 - 2015-12-21
* Added "min_task_size" option.
Release 0.2.6 - 2015-12-05
* Fixed "path_match_pattern" to match part of the file path.
Release 0.2.5 - 2015-12-03
* Added "path_match_pattern" option. This option skips files if path name
doesn't match with the regexp pattern.
Release 0.2.4 - 2015-11-18
* Added "auth_method" option and basic, env, instance, profile, properties,
anonymous, and session authentication methods.
* Upgraded aws-sdk to aws-java-sdk-s3 to v1.10.33
* Added "total_file_count_limit" optoin that limits number of files to load.
* List of files is compressed in memory. It can handle more files using less
memory.
Release 0.2.3 - 2015-10-14
* Enabled logging. Now we can get debug logs of AWS accesses using
"--log-level debug" command line argument.
Release 0.2.2 - 2015-08-18
* Upgraded embulk version to 0.7.0
Release 0.2.1 - 2015-07-22
* Add support for anonymous authentication for public buckets
Release 0.2.0 - 2015-06-26
* Add embulk-output-riak_cs
* Require embulk >= 0.6.8
Release 0.1.7 - 2015-03-27
* Keep last_path in case of no input files
Release 0.1.6 - 2015-03-27
* Fixed error when there are no input files
Release 0.1.5 - 2015-03-23
* Implemented retrying
Release 0.1.3 - 2015-02-25
* Upgraded aws-sdk to 1.9.22
Release 0.1.2 - 2015-02-20
* Sets last_path to the next config.
* Upgraded embulk version to 0.4.6.
Release 0.1.1 - 2015-02-20
* Upgraded embulk version to 0.4.2.