forked from fluent/fluent-plugin-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
43 lines (20 loc) · 849 Bytes
/
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
Release 0.2.6 - 2012/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