File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# v1.16
22
3+ ## Release v1.16.6 - 2024/08/16
4+
5+ ### Bug Fix
6+
7+ * YAML config syntax: Fix issue where ` $log_level ` element was not supported correctly
8+ https://github.com/fluent/fluentd/pull/4486
9+ * parser_json: Fix wrong LoadError warning
10+ https://github.com/fluent/fluentd/pull/4592
11+ * ` fluentd ` command: Fix ` --plugin ` (` -p ` ) option not to overwrite default value
12+ https://github.com/fluent/fluentd/pull/4605
13+
14+ ### Misc
15+
16+ * out_file: Add warn message for symlink_path setting
17+ https://github.com/fluent/fluentd/pull/4512
18+ * Keep console gem v1.23 to avoid LoadError
19+ https://github.com/fluent/fluentd/pull/4510
20+
321## Release v1.16.5 - 2024/03/27
422
523### Bug Fix
Original file line number Diff line number Diff line change 1616
1717module Fluent
1818
19- VERSION = '1.16.5 '
19+ VERSION = '1.16.6 '
2020
2121end
You can’t perform that action at this time.
0 commit comments