File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# v1.16
22
3+ ## Release v1.16.9 - 2025/05/14
4+
5+ ### Bug Fix
6+
7+ * winsvc: Fix bug where service accidentally stops after starting.
8+ The previous version (v1.16.8) should not be used for Windows Service.
9+ https://github.com/fluent/fluentd/pull/4955
10+
11+ ### Misc
12+
13+ * CI improvemnts
14+ https://github.com/fluent/fluentd/pull/4956
15+
316## Release v1.16.8 - 2025/05/01
417
18+ ** This version has a critical bug about Windows Service. Do not use this version.**
19+ (https://github.com/fluent/fluentd/pull/4955 )
20+
521### Bug Fix
622
723* winsvc: Stop the service when the supervisor is dead
Original file line number Diff line number Diff line change 1616
1717module Fluent
1818
19- VERSION = '1.16.8 '
19+ VERSION = '1.16.9 '
2020
2121end
You can’t perform that action at this time.
0 commit comments