From 19f9d42e370c2e85aaa166fb28f4527c6c9037c4 Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Tue, 7 Jan 2020 14:30:58 +0900 Subject: [PATCH] v1.9.1.rc1 Signed-off-by: Masahiro Nakagawa --- CHANGELOG.md | 23 +++++++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 267f5c42d4..184ad9ea5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v1.9 + +## Unreleased + +### New feature + +* New light-weight config reload mechanizm + https://github.com/fluent/fluentd/pull/2716 +* Drop ruby 2.1/2.2/2.3 support + https://github.com/fluent/fluentd/pull/2750 + +### Enhancement + +* output: Show better message for secondary warning + https://github.com/fluent/fluentd/pull/2751 +* Clean up code for ruby 2.7 + https://github.com/fluent/fluentd/pull/2753 + +### Bug fixes + +* outut/buffer: Fix stage size computation + https://github.com/fluent/fluentd/pull/2734 + # v1.8 ## Release v1.8.1 - 2019/12/26 diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index a9ceb735ce..359248ed39 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.8.1' + VERSION = '1.9.0.rc1' end