Skip to content

Commit f878097

Browse files
authored
Apply CHANGELOG for v1.16 LTS to master (#4831)
**Which issue(s) this PR fixes**: None. **What this PR does / why we need it**: Apply CHANGELOG for v1.16 LTS to master **Docs Changes**: Not needed. **Release Note**: Not needed. Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent d35f5a1 commit f878097

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

Diff for: CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,56 @@
142142

143143
# v1.16
144144

145+
## Release v1.16.7 - 2025/01/29
146+
147+
### Bug Fix
148+
149+
* Windows: Fix `NoMethodError` of `--daemon` option
150+
https://github.com/fluent/fluentd/pull/4796
151+
* Windows: Fixed an issue where stopping the service immediately after startup could leave the processes
152+
https://github.com/fluent/fluentd/pull/4782
153+
* Windows: Fixed an issue where stopping service sometimes can not be completed forever
154+
https://github.com/fluent/fluentd/pull/4782
155+
156+
### Misc
157+
158+
* Windows: Add workaround for unexpected exception
159+
https://github.com/fluent/fluentd/pull/4747
160+
* README: remove deprecated google analytics beacon
161+
https://github.com/fluent/fluentd/pull/4797
162+
* CI improvemnts
163+
https://github.com/fluent/fluentd/pull/4723
164+
https://github.com/fluent/fluentd/pull/4788
165+
https://github.com/fluent/fluentd/pull/4789
166+
https://github.com/fluent/fluentd/pull/4790
167+
https://github.com/fluent/fluentd/pull/4791
168+
https://github.com/fluent/fluentd/pull/4793
169+
https://github.com/fluent/fluentd/pull/4794
170+
https://github.com/fluent/fluentd/pull/4795
171+
https://github.com/fluent/fluentd/pull/4798
172+
https://github.com/fluent/fluentd/pull/4799
173+
https://github.com/fluent/fluentd/pull/4800
174+
https://github.com/fluent/fluentd/pull/4801
175+
https://github.com/fluent/fluentd/pull/4803
176+
177+
## Release v1.16.6 - 2024/08/16
178+
179+
### Bug Fix
180+
181+
* YAML config syntax: Fix issue where `$log_level` element was not supported correctly
182+
https://github.com/fluent/fluentd/pull/4486
183+
* parser_json: Fix wrong LoadError warning
184+
https://github.com/fluent/fluentd/pull/4592
185+
* `fluentd` command: Fix `--plugin` (`-p`) option not to overwrite default value
186+
https://github.com/fluent/fluentd/pull/4605
187+
188+
### Misc
189+
190+
* out_file: Add warn message for symlink_path setting
191+
https://github.com/fluent/fluentd/pull/4512
192+
* Keep console gem v1.23 to avoid LoadError
193+
https://github.com/fluent/fluentd/pull/4510
194+
145195
## Release v1.16.5 - 2024/03/27
146196

147197
### Bug Fix

0 commit comments

Comments
 (0)