File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11# v1.16
22
3+ ## Release v1.16.8 - 2025/05/01
4+
5+ ### Bug Fix
6+
7+ * winsvc: Stop the service when the supervisor is dead
8+ https://github.com/fluent/fluentd/pull/4942
9+ * formatter_csv: Fix memory leak
10+ https://github.com/fluent/fluentd/pull/4920
11+
12+ ### Misc
13+
14+ * Add fiddle as dependency gem for Ruby 3.5 on Windows
15+ https://github.com/fluent/fluentd/pull/4919
16+ * Refactoring code
17+ https://github.com/fluent/fluentd/pull/4921
18+ https://github.com/fluent/fluentd/pull/4922
19+ https://github.com/fluent/fluentd/pull/4926
20+ https://github.com/fluent/fluentd/pull/4943
21+ * CI improvemnts
22+ https://github.com/fluent/fluentd/pull/4821
23+ https://github.com/fluent/fluentd/pull/4850
24+ https://github.com/fluent/fluentd/pull/4851
25+ https://github.com/fluent/fluentd/pull/4862
26+ https://github.com/fluent/fluentd/pull/4915
27+ https://github.com/fluent/fluentd/pull/4923
28+ https://github.com/fluent/fluentd/pull/4925
29+ https://github.com/fluent/fluentd/pull/4927
30+
331## Release v1.16.7 - 2025/01/29
432
533### Bug Fix
Original file line number Diff line number Diff line change 1616
1717module Fluent
1818
19- VERSION = '1.16.7 '
19+ VERSION = '1.16.8 '
2020
2121end
You can’t perform that action at this time.
0 commit comments