forked from repeatedly/fluent-plugin-record-modifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
51 lines (29 loc) · 1.31 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
Release 0.5.0 - 2016/08/23
* Remove fluent-plugin-config-placeholder dependency
https://github.com/repeatedly/fluent-plugin-record-modifier/pull/13
Release 0.4.1 - 2016/02/26
* Set/Convert encoding recursively
https://github.com/repeatedly/fluent-plugin-record-modifier/pull/9
* Add whitelist_keys option
https://github.com/repeatedly/fluent-plugin-record-modifier/pull/11
Release 0.4.0 - 2016/01/08
* Introduce <record> directive
* Support ${xxx} placeholders
https://github.com/repeatedly/fluent-plugin-record-modifier/pull/6
Release 0.3.0 - 2015/06/09
* Add record_modifier filter
* Change fluentd dependency version
Release 0.2.0 - 2014/09/29
* Update fluent-mixin-config-placeholders to v0.3.0
https://github.com/repeatedly/fluent-plugin-record-modifier/pull/6
Release 0.1.3 - 2014/04/16
* Add remove_keys option to remove needless fields from record
https://github.com/repeatedly/fluent-plugin-record-modifier#remove_keys
Release 0.1.2 - 2013/11/22
* Add char_encoding parameter to handle charactor encoding in event record
https://github.com/repeatedly/fluent-plugin-record-modifier#char_encoding
Release 0.1.1 - 2013/04/24
* Fix SetTagKeyMixin
https://github.com/repeatedly/fluent-plugin-record-modifier/pull/1
Release 0.1.0 - 2013/04/7
* First release