From 91706653523ff4b99ca3fdeb09c44eb233897c28 Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Wed, 30 Sep 2020 14:48:11 +0900 Subject: [PATCH] v1.11.3 Signed-off-by: Masahiro Nakagawa --- CHANGELOG.md | 23 +++++++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f714718d47..ac306b410d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # v1.11 +## Release v1.11.3 - 2020/09/30 + +### Enhancement + +* in_exec: Add `connect_mode` parameter to read stderr + https://github.com/fluent/fluentd/pull/3108 +* parser_json: Improve the performance + https://github.com/fluent/fluentd/pull/3109 +* log: Add `ignore_same_log_interval` parameter + https://github.com/fluent/fluentd/pull/3119 +* Upgrade win32 gems + https://github.com/fluent/fluentd/pull/3100 +* Refactoring code + https://github.com/fluent/fluentd/pull/3094 + https://github.com/fluent/fluentd/pull/3118 + +### Bug fix + +* buffer: Fix calculation of timekey stats + https://github.com/fluent/fluentd/pull/3018 +* buffer: fix binmode usage for prevent gc + https://github.com/fluent/fluentd/pull/3138 + ## Release v1.11.2 - 2020/08/04 ### Enhancement diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 6195ec1851..085a7dc19b 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.11.2' + VERSION = '1.11.3' end