File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 11# v1.16
22
3+ ## Release v1.16.10 - 2025/09/12
4+
5+ ### Bug Fix
6+
7+ * server plugin helper: ensure to close all connections at shutdown
8+ https://github.com/fluent/fluentd/pull/5088
9+
10+ ### Misc
11+
12+ * CI improvemnts
13+ https://github.com/fluent/fluentd/pull/5083
14+ https://github.com/fluent/fluentd/pull/5085
15+ https://github.com/fluent/fluentd/pull/5086
16+ https://github.com/fluent/fluentd/pull/5091
17+ https://github.com/fluent/fluentd/pull/5092
18+
319## Release v1.16.9 - 2025/05/14
420
521### Bug Fix
Original file line number Diff line number Diff line change 22
33## Supported Versions
44
5- | Version | Supported |
6- | ------- | ------------------ |
5+ | Version | Supported |
6+ | -----------| --------------------|
7+ | 1.19.x | :white_check_mark : |
8+ | 1.18.x | :x : |
9+ | 1.17.x | :x : |
710| 1.16.x | :white_check_mark : |
8- | 1.15.x | :white_check_mark : |
9- | <= 1.14.x | :x : |
11+ | <= 1.15.x | :x : |
1012
1113## Reporting a Vulnerability
1214
Original file line number Diff line number Diff line change 1616
1717module Fluent
1818
19- VERSION = '1.16.9 '
19+ VERSION = '1.16.10 '
2020
2121end
You can’t perform that action at this time.
0 commit comments