From 26c458bc99acb3a8b055a5ae23fec79a59e8bade Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Wed, 3 Apr 2019 00:04:45 +0900 Subject: [PATCH] v1.4.2 Signed-off-by: Masahiro Nakagawa --- CHANGELOG.md | 24 ++++++++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6090226833..bb53098d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # v1.4 +## Release v1.4.2 - 2019/04/02 + +### Enhancements + +* in_http: subdomain support in CORS domain + https://github.com/fluent/fluentd/pull/2337 +* in_monitor_agent: Expose current timekey list as a buffer metrics + https://github.com/fluent/fluentd/pull/2343 +* in_tcp/in_udp: Add source_address_key parameter + https://github.com/fluent/fluentd/pull/2347 +* in_forward: Add send_keepalive_packet parameter to check the remote connection is available or not + https://github.com/fluent/fluentd/pull/2352 + +### Bug fixes + +* out_exec_filter: Fix typo of child_respawn description + https://github.com/fluent/fluentd/pull/2341 +* in_tail: Create parent directories for symlink + https://github.com/fluent/fluentd/pull/2353 +* in_tail: Fix encoding duplication check for non-specified case + https://github.com/fluent/fluentd/pull/2361 +* log: Fix time format handling of plugin logger when log format is JSON + https://github.com/fluent/fluentd/pull/2356 + ## Release v1.4.1 - 2019/03/18 ### Enhancements diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index a149246a98..74268d8cef 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.4.1' + VERSION = '1.4.2' end