Skip to content

Commit

Permalink
v1.16.4
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored and daipom committed Mar 14, 2024
1 parent e668920 commit 25a527f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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/4327
* in_tail: Manage tail watchers that are `rorate_wait` state too.
https://github.com/fluent/fluentd/pull/4334
e.g. It fixes an error which was caused by unmanaged tail watchers on shutdown.

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

### Bug Fix
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.16.3'
VERSION = '1.16.4'

end

0 comments on commit 25a527f

Please sign in to comment.