From a3537933dfdba5a31b93bf7f99b9cdb19e7508de Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Wed, 15 Jan 2020 18:15:10 +0900 Subject: [PATCH] v1.9.0.rc2 Signed-off-by: Masahiro Nakagawa --- CHANGELOG.md | 10 +++++++++- lib/fluent/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 184ad9ea5a..75d9ea9e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,13 +13,21 @@ * output: Show better message for secondary warning https://github.com/fluent/fluentd/pull/2751 -* Clean up code for ruby 2.7 +* Use `ext_monitor` gem if it is installed. For ruby 2.6 or earlier + https://github.com/fluent/fluentd/pull/2670 +* Support Ruby's Time class in msgpack serde + https://github.com/fluent/fluentd/pull/2775 +* Clean up code https://github.com/fluent/fluentd/pull/2753 + https://github.com/fluent/fluentd/pull/2763 + https://github.com/fluent/fluentd/pull/2764 ### Bug fixes * outut/buffer: Fix stage size computation https://github.com/fluent/fluentd/pull/2734 +* server: Ignore Errno::EHOSTUNREACH in TLS accept to avoid fluentd restart + https://github.com/fluent/fluentd/pull/2773 # v1.8 diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 359248ed39..a7dd02bf9b 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.9.0.rc1' + VERSION = '1.9.0.rc2' end