Skip to content

Commit 844c1d8

Browse files
Watson1978daipom
andauthored
v1.16.11
Signed-off-by: Shizuo Fujita <fujita@clear-code.com> Co-authored-by: Daijiro Fukuda <fukuda@clear-code.com>
1 parent 3563ad1 commit 844c1d8

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## Release v1.16.11 - 2025/12/12
4+
5+
### Bug Fix
6+
7+
* out_forward: fix issue where could cause output to stop when using `<security>` and TLS setting together under unstable network environments
8+
https://github.com/fluent/fluentd/pull/5137
9+
10+
### Misc
11+
12+
* Add missing gem dependency on Ruby 3.4.
13+
https://github.com/fluent/fluentd/pull/5172
14+
15+
* CI improvemnts
16+
https://github.com/fluent/fluentd/pull/5135
17+
https://github.com/fluent/fluentd/pull/5175
18+
https://github.com/fluent/fluentd/pull/5182
19+
https://github.com/fluent/fluentd/pull/5183
20+
https://github.com/fluent/fluentd/pull/5185
21+
https://github.com/fluent/fluentd/pull/5187
22+
https://github.com/fluent/fluentd/pull/5189
23+
324
## Release v1.16.10 - 2025/09/12
425

526
### 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)