forked from fluent/fluent-plugin-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
151 lines (80 loc) · 3.54 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
Release 0.5.3 - 2015/02/06
* Add error information in API check
* Add GzipWriter fallback to gzip_command
Release 0.5.2 - 2015/02/05
* Add experimental gzip_command compressor
Release 0.5.1 - 2014/12/18
* Skip apikey_check error when auto_create_bucket is true and bucket doesn't exist
Release 0.5.0 - 2014/12/07
* Make compression algorithm pluggable
* Remove format_json parameter
* Remove s3_endpoint parameter
* Relax fluentd version restriction to support 0.12 or later
Release 0.4.3 - 2014/11/10
* Change API check message to consider region mismatch
Release 0.4.2 - 2014/10/22
* Update fluent-mixin-config-placeholders to v0.3.0
Release 0.4.1 - 2014/10/16
* Add 's3_region' option to specify S3 region
* Restrict aws-sdk gem dependency version to use v1
* Fix infinite loop when same object path is generated
Release 0.4.0 - 2014/06/06
* Add 'format' option to change one line format
* Update fluentd dependency to v0.10.49
Release 0.3.7 - 2014/03/07
* Support lzma2 compression using 'xz' command
https://github.com/fluent/fluent-plugin-s3/pull/41
* Relax aws-sdk gem requirement
https://github.com/fluent/fluent-plugin-s3/pull/42
Release 0.3.6 - 2014/02/05
* Support 'log_level' option
Release 0.3.5 - 2013/12/05
* Add 'reduced_redundancy' option to store logs in reduced redundancy
https://github.com/fluent/fluent-plugin-s3/pull/33
Release 0.3.4 - 2013/07/31
* Add dynamic path slicing by time formatted string
https://github.com/fluent/fluent-plugin-s3/pull/24
Release 0.3.3 - 2013/06/18
* Fix require bug on case-sensitive environment
Release 0.3.2 - 2013/06/18
* Support lzo mime-type
https://github.com/fluent/fluent-plugin-s3/pull/29
* Add proxy_uri option
https://github.com/fluent/fluent-plugin-s3/issues/25
* Add check_apikey_on_start option
https://github.com/fluent/fluent-plugin-s3/pull/28
Release 0.3.1 - 2013/03/28
* Support json and text mime-types
https://github.com/fluent/fluent-plugin-s3/pull/20
Release 0.3.0 - 2013/02/19
* Enable dynamic and configurable S3 object kyes
https://github.com/fluent/fluent-plugin-s3/pull/12
* Fix a lot of temporary files were left on /tmp when the plugin failed to write to S3
https://github.com/fluent/fluent-plugin-s3/pull/15
* Enable fluent-mixin-config-placeholders to support hostname, uuid and other parameters in configuration
https://github.com/fluent/fluent-plugin-s3/pull/19
* Update 'aws-sdk' version requirement to '~> 1.8.2'
https://github.com/fluent/fluent-plugin-s3/pull/21
* Create new S3 bucket if not exists
https://github.com/fluent/fluent-plugin-s3/pull/22
* Check the permission and bucket existence at start method, not write method.
Release 0.2.6 - 2013/01/15
* Add use_ssl option
Release 0.2.5 - 2012/12/06
* Add format_json and time/tag mixin options [#9]
Release 0.2.4 - 2012/11/21
* Set content type when writing file to s3
Release 0.2.3 - 2012/11/19
* Loosen 'aws-sdk' version requirement from "~> 1.1.3" to "~> 1.1"
* Support aws-sdk facility to load credentials from ENV vars or IAM Instance Profile by making the credentials non-mandatory
* Use Yajl instead of to_json not to raise exceptions when it got invalid bytes as UTF-8.
Release 0.2.2 - 2011/12/15
* Add s3_endpoint option
Release 0.2.1 - 2011/10/24
* Add sequential number to the file to avoid overwriting
* Use bundler instead of jeweler for packaging
* Updated README
Release 0.2.0 - 2011/10/16
* Updated to fluentd-0.10.0
Release 0.1.1 - 2011/09/27
* First release