Skip to content

Commit 9d11302

Browse files
committed
v1.9.2
Signed-off-by: Masahiro Nakagawa <[email protected]>
1 parent dcc42b6 commit 9d11302

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# v1.9
22

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+
325
## Release v1.9.1 - 2020/01/31
426

527
### Enhancement

lib/fluent/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.9.1'
19+
VERSION = '1.9.2'
2020

2121
end

0 commit comments

Comments
 (0)