From 9c577a78e69fb3bc1fc1faf0ef425091b9180987 Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Fri, 25 Oct 2019 16:52:59 +0900 Subject: [PATCH] v1.7.4 Signed-off-by: Masahiro Nakagawa --- CHANGELOG.md | 15 +++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e93dbedfb..0704da3044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # v1.7 +## Release v1.7.4 - 2019/10/24 + +### Enhancement + +* in_http: Add `use_204_response` parameter to return proper 204 response instead of 200. + fluentd v2 will change this parameter to `true`. + https://github.com/fluent/fluentd/pull/2640 + +### Bug fixes + +* child_process helper: fix stderr blocking for discard case + https://github.com/fluent/fluentd/pull/2649 +* log: Fix log rotation handling on Windows + https://github.com/fluent/fluentd/pull/2663 + ## Release v1.7.3 - 2019/10/01 ### Enhancement diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index ce97f82527..996366c732 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.7.3' + VERSION = '1.7.4' end