From f92eab67996e6390b1bf2c5224a04647d93002fe Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Mon, 25 Feb 2019 21:21:04 +0900 Subject: [PATCH] v1.4.0 Signed-off-by: Masahiro Nakagawa --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1511fb156..544a9f6440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # v1.3 +## Release v1.4.0 - 2019/02/24 + +### New features + +* multiprocess: Support syntax + https://github.com/fluent/fluentd/pull/2292 +* output: Work and retry_forever together + https://github.com/fluent/fluentd/pull/2276 +* out_file: Support placeholders in symlink_path + https://github.com/fluent/fluentd/pull/2254 + +### Enhancements + +* 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 + https://github.com/fluent/fluentd/pull/2291 +* config: Support embedded ruby code in section argument. + https://github.com/fluent/fluentd/pull/2291 +* in_tail: Improve encoding parameter handling + https://github.com/fluent/fluentd/pull/2305 +* in_tcp/in_udp: Add section check + https://github.com/fluent/fluentd/pull/2267 + +### Bug fixes + +* server: Ignore IOError and related errors in UDP + https://github.com/fluent/fluentd/pull/2310 +* server: Ignore EPIPE in TLS accept to avoid fluentd restart + https://github.com/fluent/fluentd/pull/2253 + ## Release v1.3.3 - 2019/01/06 ### Enhancements diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 9ef513623c..899c361e91 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.3.3' + VERSION = '1.4.0' end