File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# v1.9
2
2
3
+ ## Release v1.9.2 - 2020/02/13
4
+
5
+ ### Enhancement
6
+
7
+ * in_tail: Add ` pos_file_compaction_interval ` parameter for auto compaction
8
+ https://github.com/fluent/fluentd/pull/2805
9
+ * command: Use given encoding when RUBYOPT has ` -E `
10
+ https://github.com/fluent/fluentd/pull/2814
11
+
12
+ ### Bug fix
13
+
14
+ * command: Accept RUBYOPT with two or more options
15
+ https://github.com/fluent/fluentd/pull/2807
16
+ * command: Fix infinite loop bug when RUBYOPT is invalid
17
+ https://github.com/fluent/fluentd/pull/2813
18
+ * log: serverengine's log should be formatted with the same format of fluentd
19
+ https://github.com/fluent/fluentd/pull/2812
20
+ * in_http: Fix ` NoMethodError ` when ` OPTIONS ` request doesn't have 'Origin' header
21
+ https://github.com/fluent/fluentd/pull/2823
22
+ * parser_syslog: Improved for parsing RFC5424 structured data in ` parser_syslog `
23
+ https://github.com/fluent/fluentd/pull/2816
24
+
3
25
## Release v1.9.1 - 2020/01/31
4
26
5
27
### Enhancement
Original file line number Diff line number Diff line change 16
16
17
17
module Fluent
18
18
19
- VERSION = '1.9.1 '
19
+ VERSION = '1.9.2 '
20
20
21
21
end
You can’t perform that action at this time.
0 commit comments