From f5cc77783b7483dd72dc039c96a3ad970daa7835 Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Thu, 4 Jun 2020 15:47:01 +0900 Subject: [PATCH] v1.11.0 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 27f75f78da..7b553dab92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v1.11 + +## Release v1.11.0 - 2020/06/04 + +### New feature + +* in_unix: Use v1 API + https://github.com/fluent/fluentd/pull/2992 + +### Enhancement + +* parser_syslog: Support any `time_format` for RFC3164 string parser + https://github.com/fluent/fluentd/pull/2988 +* parser_syslog: Add new parser for RFC5424 + https://github.com/fluent/fluentd/pull/3015 +* Refactoring code + https://github.com/fluent/fluentd/pull/3019 + +### Bug fix + +* in_gc_stat: Add `use_symbol_keys` parameter to emit string key record + https://github.com/fluent/fluentd/pull/3008 + # v1.10 ## Release v1.10.4 - 2020/05/12 diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index a76e909ec5..abd2df9a56 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.10.4' + VERSION = '1.11.0' end