File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# v1.16
2
2
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
+
3
21
## Release v1.16.5 - 2024/03/27
4
22
5
23
### Bug Fix
Original file line number Diff line number Diff line change 16
16
17
17
module Fluent
18
18
19
- VERSION = '1.16.5 '
19
+ VERSION = '1.16.6 '
20
20
21
21
end
You can’t perform that action at this time.
0 commit comments