Skip to content

Commit eac830f

Browse files
daipomkenhys
andauthored
Apply v1.16.4 (#4437)
* Version * CHANGELOG When releasing v1.16.3, we forgot to apply the version to the master. So, the version on the master is still v1.16.2. Currently, the master is the same minor version as the LTS branch v1.16, so we should update it along with the LTS branch, until releasing v1.17 on the master. Signed-off-by: Kentaro Hayashi <[email protected]> Signed-off-by: Daijiro Fukuda <[email protected]> Co-authored-by: Kentaro Hayashi <[email protected]>
1 parent bb0fd3f commit eac830f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# v1.16
22

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/4342
11+
* in_tail: Fix tail watchers in `rotate_wait` state not being managed.
12+
https://github.com/fluent/fluentd/pull/4334
13+
14+
### Misc
15+
16+
* buffer: Avoid unnecessary log processing. It will improve performance.
17+
https://github.com/fluent/fluentd/pull/4331
18+
319
## Release v1.16.3 - 2023/11/14
420

521
### Bug Fix

Diff for: lib/fluent/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.16.2'
19+
VERSION = '1.16.4'
2020

2121
end

0 commit comments

Comments
 (0)