Skip to content

Commit 95d130a

Browse files
authored
v1.16.5
Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent 403a28f commit 95d130a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## Release v1.16.5 - 2024/03/27
4+
5+
### Bug Fix
6+
7+
* Buffer: Fix emit error of v1.16.4 sometimes failing to process large data
8+
exceeding chunk size limit
9+
https://github.com/fluent/fluentd/pull/4447
10+
311
## Release v1.16.4 - 2024/03/14
412

513
### Bug Fix

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.4'
19+
VERSION = '1.16.5'
2020

2121
end

0 commit comments

Comments
 (0)