From fd4c70ae7576eef2c94c25bf4a2a1ae60a8cd5a1 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 6 Jul 2021 10:31:09 +0900 Subject: [PATCH] v1.13.2 Signed-off-by: Kentaro Hayashi --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88aad9e2dc..48ae2c69a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# v1.13.2 + +## Release v1.13.2 - 2021/07/29 + +### Enhancement + +* fluent-plugin-generate: Storage plugin was supported. + https://github.com/fluent/fluentd/pull/3426 + https://github.com/fluent/fluentd/pull/3444 +* parser_json: Added support to customize configuration of oj options. + Use `FLUENT_OJ_OPTION_BIGDECIMAL_LOAD`, `FLUENT_OJ_OPTION_MAX_NESTING`, + `FLUENT_OJ_OPTION_MODE`, and `FLUENT_OJ_OPTION_USE_TO_JSON` environment + variable to configure it. + https://github.com/fluent/fluentd/pull/3315 + +### Bug fix + +* binlog_reader: Fixed a crash bug by missing "fluent/env" dependency. + https://github.com/fluent/fluentd/pull/3443 +* Fixed a crash bug on outputting log at the early stage when parsing + config file. This is a regression since v1.13.0. If you use invalid + '@' prefix parameter, remove it as a workaround. + https://github.com/fluent/fluentd/pull/3451 + +### Misc + # v1.13.1 ## Release v1.13.1 - 2021/06/25