From 7e3022efbb972d1a46fb66d1a6e2698abb46564e Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Tue, 24 Mar 2020 19:33:24 +0900 Subject: [PATCH] v1.10.0 Signed-off-by: Masahiro Nakagawa --- CHANGELOG.md | 48 +++++++++++++++++++++++++++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5bdfa5b10..a7040fb697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,51 @@ +# v1.10 + +## Release v1.10.0 - 2020/03/24 + +### New feature + +* sd plugin: Add RSV record plugin + https://github.com/fluent/fluentd/pull/2876 + +### Enhancement + +* server: Add `cert_verifier` parameter for TLS transport + https://github.com/fluent/fluentd/pull/2888 +* parser_syslog: Support customized time format + https://github.com/fluent/fluentd/pull/2886 +* in_dummy: Delete `suspend` parameter + https://github.com/fluent/fluentd/pull/2897 +* Refactor code + https://github.com/fluent/fluentd/pull/2858 + https://github.com/fluent/fluentd/pull/2862 + https://github.com/fluent/fluentd/pull/2864 + https://github.com/fluent/fluentd/pull/2869 + https://github.com/fluent/fluentd/pull/2870 + https://github.com/fluent/fluentd/pull/2874 + https://github.com/fluent/fluentd/pull/2881 + https://github.com/fluent/fluentd/pull/2885 + https://github.com/fluent/fluentd/pull/2894 + https://github.com/fluent/fluentd/pull/2896 + https://github.com/fluent/fluentd/pull/2898 + https://github.com/fluent/fluentd/pull/2899 + https://github.com/fluent/fluentd/pull/2900 + https://github.com/fluent/fluentd/pull/2901 + https://github.com/fluent/fluentd/pull/2906 + +### Bug fix + +* out_forward: windows: Permit to specify `linger_timeout` + https://github.com/fluent/fluentd/pull/2868 +* parser_syslog: Fix syslog format detection + https://github.com/fluent/fluentd/pull/2879 +* buffer: Fix `available_buffer_space_ratio` calculation + https://github.com/fluent/fluentd/pull/2882 +* tls: Support CRLF based X.509 certificates + https://github.com/fluent/fluentd/pull/2890 +* msgpack_factory mixin: Fix performance penalty for deprecation log + https://github.com/fluent/fluentd/pull/2903 + + # v1.9 ## Release v1.9.3 - 2020/03/05 diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 1bdbf9038e..d1b4593169 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.9.3' + VERSION = '1.10.0' end