File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
# v1.16
2
2
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
+
3
31
## Release v1.16.7 - 2025/01/29
4
32
5
33
### Bug Fix
Original file line number Diff line number Diff line change 16
16
17
17
module Fluent
18
18
19
- VERSION = '1.16.7 '
19
+ VERSION = '1.16.8 '
20
20
21
21
end
You can’t perform that action at this time.
0 commit comments