Skip to content

Commit 0fc90ed

Browse files
committed
v1.14.0
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 89195d3 commit 0fc90ed

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
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 might need to pay higher 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+
* in_http: Added `cors_allow_credentials` option.
19+
This option tells browsers whether to expose the response to
20+
frontend when the credentials mode is "include".
21+
https://github.com/fluent/fluentd/pull/3481
22+
https://github.com/fluent/fluentd/pull/3491
23+
24+
### Bug fix
25+
26+
* in_tail: Fixed a bug that deleted paths are not removed
27+
from pos file by file compaction at start up
28+
https://github.com/fluent/fluentd/pull/3467
29+
* in_tail: Revived a warning message of retrying unaccessible file
30+
https://github.com/fluent/fluentd/pull/3478
31+
* TLSServer: Fixed a crash bug on logging peer host name errors
32+
https://github.com/fluent/fluentd/pull/3483
33+
34+
### Misc
35+
36+
* Added metrics plugin mechanism
37+
The implementations is changed to use metrics plugin.
38+
In the future, 3rd party plugin will be able to handle these metrics.
39+
https://github.com/fluent/fluentd/pull/3440
40+
https://github.com/fluent/fluentd/pull/3471
41+
https://github.com/fluent/fluentd/pull/3473
42+
https://github.com/fluent/fluentd/pull/3479
43+
https://github.com/fluent/fluentd/pull/3484
44+
145
# v1.13.3
246

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

lib/fluent/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.14.0.rc'
19+
VERSION = '1.14.0'
2020

2121
end

0 commit comments

Comments
 (0)