This repository was archived by the owner on Jan 31, 2025. It is now read-only.
forked from fluent/fluent-plugin-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
104 lines (57 loc) · 2.58 KB
/
ChangeLog
File metadata and controls
104 lines (57 loc) · 2.58 KB
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
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