|
142 | 142 |
|
143 | 143 | # v1.16
|
144 | 144 |
|
| 145 | +## Release v1.16.9 - 2025/05/14 |
| 146 | + |
| 147 | +### Bug Fix |
| 148 | + |
| 149 | +* winsvc: Fix bug where service accidentally stops after starting. |
| 150 | + The previous version (v1.16.8) should not be used for Windows Service. |
| 151 | + https://github.com/fluent/fluentd/pull/4955 |
| 152 | + |
| 153 | +### Misc |
| 154 | + |
| 155 | +* CI improvemnts |
| 156 | + https://github.com/fluent/fluentd/pull/4956 |
| 157 | + |
| 158 | +## Release v1.16.8 - 2025/05/01 |
| 159 | + |
| 160 | +**This version has a critical bug about Windows Service. Do not use this version.** |
| 161 | +(https://github.com/fluent/fluentd/pull/4955) |
| 162 | + |
| 163 | +### Bug Fix |
| 164 | + |
| 165 | +* winsvc: Stop the service when the supervisor is dead |
| 166 | + https://github.com/fluent/fluentd/pull/4942 |
| 167 | +* formatter_csv: Fix memory leak |
| 168 | + https://github.com/fluent/fluentd/pull/4920 |
| 169 | + |
| 170 | +### Misc |
| 171 | + |
| 172 | +* Add fiddle as dependency gem for Ruby 3.5 on Windows |
| 173 | + https://github.com/fluent/fluentd/pull/4919 |
| 174 | +* Refactoring code |
| 175 | + https://github.com/fluent/fluentd/pull/4921 |
| 176 | + https://github.com/fluent/fluentd/pull/4922 |
| 177 | + https://github.com/fluent/fluentd/pull/4926 |
| 178 | + https://github.com/fluent/fluentd/pull/4943 |
| 179 | +* CI improvemnts |
| 180 | + https://github.com/fluent/fluentd/pull/4821 |
| 181 | + https://github.com/fluent/fluentd/pull/4850 |
| 182 | + https://github.com/fluent/fluentd/pull/4851 |
| 183 | + https://github.com/fluent/fluentd/pull/4862 |
| 184 | + https://github.com/fluent/fluentd/pull/4915 |
| 185 | + https://github.com/fluent/fluentd/pull/4923 |
| 186 | + https://github.com/fluent/fluentd/pull/4925 |
| 187 | + https://github.com/fluent/fluentd/pull/4927 |
| 188 | + |
145 | 189 | ## Release v1.16.7 - 2025/01/29
|
146 | 190 |
|
147 | 191 | ### Bug Fix
|
|
0 commit comments