Release 0.6.2 - 2017/12/27 * Add prepare_value parameter * Fix non-string object handling Release 0.6.1 - 2017/12/12 * Drop fluentd v0.10 support * Add frozen object support https://github.com/repeatedly/fluent-plugin-record-modifier/pull/26 Release 0.6.0 - 2017/06/06 * Drop fluentd v0.10 support 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 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