From 9752b76e316f89ddd6c86f64d75b82a85a3d620d Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Thu, 2 Nov 2017 04:31:10 +0900 Subject: [PATCH] v0.14.22 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8bbeddc87..2881f45adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # v0.14 +## Release v0.14.22 - 2017/11/01 + +### New features / Enhancements + +* formatter_tsv: Add add_newline parameter + https://github.com/fluent/fluentd/pull/1691 +* out_file/out_secondary_file: Support ${chunk_id} placeholder. This includes extrace_placeholders API change + https://github.com/fluent/fluentd/pull/1708 +* record_accessor: Support double quotes in bracket notation + https://github.com/fluent/fluentd/pull/1716 +* log: Show running ruby version in startup log + https://github.com/fluent/fluentd/pull/1717 +* log: Log message when chunk is created + https://github.com/fluent/fluentd/pull/1718 +* in_tail: Add pos_file duplication check + https://github.com/fluent/fluentd/pull/1720 + +### Bug fixes + +* parser_apache2: Delay time parser initialization + https://github.com/fluent/fluentd/pull/1690 +* cert_option: Improve generated certificates' conformance to X.509 specification + https://github.com/fluent/fluentd/pull/1714 +* buffer: Always lock chunks first to avoid deadlock + https://github.com/fluent/fluentd/pull/1721 + ## Release v0.14.21 - 2017/09/07 ### New features / Enhancements diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index a39a9af635..d1ac576dce 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '0.14.22.rc2' + VERSION = '0.14.22' end