Skip to content

Commit

Permalink
v1.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Sep 29, 2021
1 parent 6032f55 commit 6a3b221
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# v1.14.1

## Release v1.14.1 - 2021/09/29

### Enhancement

* in_tail: Added file related metrics.
These metrics should be collected same as fluent-bit's in_tail.
https://github.com/fluent/fluentd/pull/3504
* out_forward: Changed to use metrics mechanism for node statistics
https://github.com/fluent/fluentd/pull/3506

### Bug fix

* in_tail: Fixed a crash bug that it raise undefined method of eof? error.
This error may happen only when `read_bytes_limit_per_second` was specified.
https://github.com/fluent/fluentd/pull/3500
* out_forward: Fixed a bug that node statistics information is not included correctly.
https://github.com/fluent/fluentd/pull/3503
https://github.com/fluent/fluentd/pull/3507
* Fixed a error when using `@include` directive
It was occurred when http/https scheme URI is used in `@include` directive with Ruby 3.
https://github.com/fluent/fluentd/pull/3517
* out_copy: Fixed to suppress a wrong warning for `ignore_if_prev_success`
It didn't work even if a user set it.
https://github.com/fluent/fluentd/pull/3515
* Fixed not to output nanoseconds field of next retry time in warning log
Then, inappropriate labels in log are also fixed. (retry_time -> retry_times,
next_retry_seconds -> next_retry_time)
https://github.com/fluent/fluentd/pull/3518

# v1.14.0

## Release v1.14.0 - 2021/08/30
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '1.14.0'
VERSION = '1.14.1'

end

0 comments on commit 6a3b221

Please sign in to comment.