Skip to content

Commit 13014c5

Browse files
authored
v1.16.8
Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent aefea7a commit 13014c5

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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

lib/fluent/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.16.7'
19+
VERSION = '1.16.8'
2020

2121
end

0 commit comments

Comments
 (0)