|
| 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 | + |
1 | 40 | # v1.13.3 |
2 | 41 |
|
3 | 42 | ## Release v1.13.3 - 2021/07/27 |
|
0 commit comments