Skip to content

Commit 1139eab

Browse files
committed
v1.16.11
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 4f5290b commit 1139eab

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# v1.16
22

3+
## Release v1.16.11 - 2025/12/12
4+
5+
### Bug Fix
6+
7+
* Fix infinite loop in out_forward handshake protocol that could cause logs to stop being flushed in unstable network environments.
8+
9+
### Misc
10+
11+
* Add missing gem dependency on Ruby 3.4.
12+
13+
* CI improvemnts
14+
https://github.com/fluent/fluentd/pull/5135
15+
https://github.com/fluent/fluentd/pull/5175
16+
https://github.com/fluent/fluentd/pull/5182
17+
https://github.com/fluent/fluentd/pull/5183
18+
https://github.com/fluent/fluentd/pull/5185
19+
https://github.com/fluent/fluentd/pull/5187
20+
https://github.com/fluent/fluentd/pull/5189
21+
322
## Release v1.16.10 - 2025/09/12
423

524
### Bug Fix

lib/fluent/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.16.10'
19+
VERSION = '1.16.11'
2020

2121
end

0 commit comments

Comments
 (0)