Skip to content

Commit

Permalink
v1.16.4
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
Co-authored-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Mar 14, 2024
1 parent e668920 commit 1ffa714
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# v1.16

## Release v1.16.4 - 2024/03/14

### Bug Fix

* Fix to avoid processing discarded chunks in write_step_by_step.
It fixes not to raise pile of IOError when many `chunk
bytes limit exceeds` errors are occurred.
https://github.com/fluent/fluentd/pull/4342
* in_tail: Fix tail watchers in `rotate_wait` state not being managed.
https://github.com/fluent/fluentd/pull/4334

### Misc

* buffer: Avoid unnecessary log processing. It will improve performance.
https://github.com/fluent/fluentd/pull/4331

## Release v1.16.3 - 2023/11/14

### Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '1.16.3'
VERSION = '1.16.4'

end

0 comments on commit 1ffa714

Please sign in to comment.