From 4cfd824d4269437cc929c0a42e67a53aa5d16056 Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Fri, 15 Dec 2017 13:15:54 +0900 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 19 +++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d455b284e3..9b1c25dc4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # v1.0 +## Release v1.0.1 - 2017/12/14 + +### New features / Enhancements + +* in_udp: Add receive_buffer_size parameter + https://github.com/fluent/fluentd/pull/1788 +* in_tail: Add enable_stat_watcher option to disable inotify events + https://github.com/fluent/fluentd/pull/1775 +* Relax strptime gem version + +### Bug fixes + +* in_tail: Properly handle moved back and truncated case + https://github.com/fluent/fluentd/pull/1793 +* out_forward: Rebuild weight array to apply server setting properly + https://github.com/fluent/fluentd/pull/1784 +* fluent-plugin-config-formatter: Use v1.0 for URL + https://github.com/fluent/fluentd/pull/1781 + ## Release v1.0.0 - 2017/12/6 See [CNCF announcment](https://www.cncf.io/blog/2017/12/06/fluentd-v1-0/) :) diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index cc209a3a25..a4e54b124f 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.0.0' + VERSION = '1.0.1' end