From f09541813fca45c730021aba3e56affcc4e4a054 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Mon, 19 Aug 2024 14:21:02 +0900 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Daijiro Fukuda --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 187de44692..c46ad56ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ https://github.com/fluent/fluentd/pull/4492 * parser_json: Fix wrong LoadError warning https://github.com/fluent/fluentd/pull/4522 -* in_tail: Fix to skip lines with max line size limitation +* in_tail: Fix an issue where a large single line could consume a large amount of memory even though `max_line_size` is set https://github.com/fluent/fluentd/pull/4530 ### Misc