From 3b434add2031c7500024612b639db4cd491295fb Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Fri, 12 Sep 2025 10:57:20 +0900 Subject: [PATCH] CHANGELOG: apply v1.16.10 release Signed-off-by: Daijiro Fukuda --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6a0cc69c..9887cd190e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -271,6 +271,22 @@ Others: # v1.16 +## Release v1.16.10 - 2025/09/12 + +### Bug Fix + +* server plugin helper: ensure to close all connections at shutdown + https://github.com/fluent/fluentd/pull/5088 + +### Misc + +* CI improvemnts + https://github.com/fluent/fluentd/pull/5083 + https://github.com/fluent/fluentd/pull/5085 + https://github.com/fluent/fluentd/pull/5086 + https://github.com/fluent/fluentd/pull/5091 + https://github.com/fluent/fluentd/pull/5092 + ## Release v1.16.9 - 2025/05/14 ### Bug Fix