Skip to content

Commit 0e94dd3

Browse files
committed
v1.16.4
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent e2d7885 commit 0e94dd3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## Release v1.16.4 - 2024/03/NN
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+
312
## Release v1.16.3 - 2023/11/14
413

514
### 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.3'
19+
VERSION = '1.16.4'
2020

2121
end

0 commit comments

Comments
 (0)