Skip to content

Commit 9e99e4d

Browse files
committed
v1.14.0
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 28eda36 commit 9e99e4d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# v1.14.0
2+
3+
## Release v1.14.0 - 2021/08/29
4+
5+
### Enhancement
6+
7+
* Added `enable_input_metrics`, `enable_size_metrics` system configuration parameter
8+
This feature need to pay high CPU cost, so input event metrics
9+
features are disabled by default. These features are also enabled by
10+
`--enable-input-metrics`,`--enable-size-metrics` command line
11+
option.
12+
https://github.com/fluent/fluentd/pull/3440
13+
* Added reserved word `@ROOT` for getting root router.
14+
This is incompatible change. Do not use `@ROOT` for label name.
15+
https://github.com/fluent/fluentd/pull/3358
16+
* in_syslog: Added `send_keepalive_packet` option
17+
https://github.com/fluent/fluentd/pull/3474
18+
19+
### Bug fix
20+
21+
* in_tail: Fixed a bug that deleted paths are not removed
22+
from pos file by file compaction at start up
23+
https://github.com/fluent/fluentd/pull/3467
24+
* in_tail: Revived a warning message of retrying unaccessible file
25+
https://github.com/fluent/fluentd/pull/3478
26+
* TLSServer: Fixed a crash bug on logging peer host name errors
27+
https://github.com/fluent/fluentd/pull/3483
28+
29+
### Misc
30+
31+
* Added metrics plugin mechanism
32+
The implementations is changed to use metrics plugin.
33+
In the future, 3rd party plugin will be able to handle these metrics.
34+
https://github.com/fluent/fluentd/pull/3440
35+
https://github.com/fluent/fluentd/pull/3471
36+
https://github.com/fluent/fluentd/pull/3473
37+
https://github.com/fluent/fluentd/pull/3479
38+
https://github.com/fluent/fluentd/pull/3484
39+
140
# v1.13.3
241

342
## Release v1.13.3 - 2021/07/27

0 commit comments

Comments
 (0)