We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e668920 commit 25a527fCopy full SHA for 25a527f
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# v1.16
2
3
+## Release v1.16.4 - 2024/03/14
4
+
5
+### Bug Fix
6
7
+* Fix to avoid processing discarded chunks in write_step_by_step.
8
+ It fixes not to raise pile of IOError when many `chunk
9
+ bytes limit exceeds` errors are occurred
10
+ https://github.com/fluent/fluentd/pull/4327
11
+* in_tail: Manage tail watchers that are `rorate_wait` state too.
12
+ https://github.com/fluent/fluentd/pull/4334
13
+ e.g. It fixes an error which was caused by unmanaged tail watchers on shutdown.
14
15
## Release v1.16.3 - 2023/11/14
16
17
### Bug Fix
lib/fluent/version.rb
@@ -16,6 +16,6 @@
module Fluent
18
19
- VERSION = '1.16.3'
+ VERSION = '1.16.4'
20
21
end
0 commit comments