From 5a2afdccc7fc3766f0728c29b04519784ff7ef3f Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Tue, 12 May 2020 14:49:30 +0900 Subject: [PATCH] v1.10.4 Signed-off-by: Masahiro Nakagawa --- CHANGELOG.md | 16 ++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 923e672502..27f75f78da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # v1.10 +## Release v1.10.4 - 2020/05/12 + +### Enhancement + +* out_http: Support single json array payload + https://github.com/fluent/fluentd/pull/2973 +* Refactoring + https://github.com/fluent/fluentd/pull/2988 + +### Bug fix + +* supervisor: Call `File.umask(0)` for standalone worker + https://github.com/fluent/fluentd/pull/2987 +* out_forward: Fix ZeroDivisionError issue with `weight 0` + https://github.com/fluent/fluentd/pull/2989 + ## Release v1.10.3 - 2020/05/01 ### Enhancement diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 041eb11d32..a76e909ec5 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.10.3' + VERSION = '1.10.4' end