From 56a8a824f6575ed51fb5a52fa691610ca885a848 Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Tue, 19 Mar 2019 22:47:06 +0900 Subject: [PATCH] v1.4.1 Signed-off-by: Masahiro Nakagawa --- CHANGELOG.md | 20 ++++++++++++++++++-- lib/fluent/version.rb | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ca76aa69..bde4440e8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # v1.4 +## Release v1.4.1 - 2019/03/18 + +### Enhancements + +* system: Add worker_id to process_name when workers is larger than 1 + https://github.com/fluent/fluentd/pull/2321 +* in_syslog: Check message length when read from buffer in octet counting + https://github.com/fluent/fluentd/pull/2323 +* parser_regexp: Check named captures. When no named captures, configuration error is raised + https://github.com/fluent/fluentd/pull/2331 + +### Bug fixes + +* out_forward: Make tls_client_private_key_passphrase secret + https://github.com/fluent/fluentd/pull/2324 + ## Release v1.4.0 - 2019/02/24 ### New features @@ -15,10 +31,10 @@ * output: Add MessagePack unpacker error to unrecoverable error list https://github.com/fluent/fluentd/pull/2301 -* output: Reduce flush deley when large timekey and small timekey_wait are specified +* output: Reduce flush delay when large timekey and small timekey_wait are specified https://github.com/fluent/fluentd/pull/2291 * config: Support embedded ruby code in section argument. - https://github.com/fluent/fluentd/pull/2291 + https://github.com/fluent/fluentd/pull/2295 * in_tail: Improve encoding parameter handling https://github.com/fluent/fluentd/pull/2305 * in_tcp/in_udp: Add section check diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 899c361e91..a149246a98 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.4.0' + VERSION = '1.4.1' end