Skip to content

Commit 6e7d056

Browse files
authored
v1.16.7
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 7ceded9 commit 6e7d056

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# v1.16
22

3+
## Release v1.16.7 - 2025/01/29
4+
5+
### Bug Fix
6+
7+
* Windows: Fix `NoMethodError` of `--daemon` option
8+
https://github.com/fluent/fluentd/pull/4796
9+
* Windows: Fixed an issue where stopping the service immediately after startup could leave the processes
10+
https://github.com/fluent/fluentd/pull/4782
11+
* Windows: Fixed an issue where stopping service sometimes can not be completed forever
12+
https://github.com/fluent/fluentd/pull/4782
13+
14+
### Misc
15+
16+
* Windows: Add workaround for unexpected exception
17+
https://github.com/fluent/fluentd/pull/4747
18+
* README: remove deprecated google analytics beacon
19+
https://github.com/fluent/fluentd/pull/4797
20+
* CI improvemnts
21+
https://github.com/fluent/fluentd/pull/4723
22+
https://github.com/fluent/fluentd/pull/4788
23+
https://github.com/fluent/fluentd/pull/4789
24+
https://github.com/fluent/fluentd/pull/4790
25+
https://github.com/fluent/fluentd/pull/4791
26+
https://github.com/fluent/fluentd/pull/4793
27+
https://github.com/fluent/fluentd/pull/4794
28+
https://github.com/fluent/fluentd/pull/4795
29+
https://github.com/fluent/fluentd/pull/4798
30+
https://github.com/fluent/fluentd/pull/4799
31+
https://github.com/fluent/fluentd/pull/4800
32+
https://github.com/fluent/fluentd/pull/4801
33+
https://github.com/fluent/fluentd/pull/4803
34+
335
## Release v1.16.6 - 2024/08/16
436

537
### 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.6'
19+
VERSION = '1.16.7'
2020

2121
end

0 commit comments

Comments
 (0)