We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403a28f commit 95d130aCopy full SHA for 95d130a
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# v1.16
2
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
11
## Release v1.16.4 - 2024/03/14
12
13
### Bug Fix
lib/fluent/version.rb
@@ -16,6 +16,6 @@
16
17
module Fluent
18
19
- VERSION = '1.16.4'
+ VERSION = '1.16.5'
20
21
end
0 commit comments