File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ # v1.14.5
2+
3+ ## Release v1.14.5 - 2022/02/09
4+
5+ ### Enhancement
6+
7+ * Add support for "application/x-ndjson" to ` in_http `
8+ https://github.com/fluent/fluentd/pull/3616
9+ * Add support for ucrt binary for Windows
10+ https://github.com/fluent/fluentd/pull/3613
11+
12+ ### Bug fixes
13+
14+ * Don't retry when ` retry_max_times == 0 `
15+ https://github.com/fluent/fluentd/pull/3608
16+ * Fix hang-up issue during TLS handshake in ` out_forward `
17+ https://github.com/fluent/fluentd/pull/3601
18+ * Bump up required ServerEngine to v2.2.5
19+ https://github.com/fluent/fluentd/pull/3599
20+ * Fix "invalid byte sequence is replaced" warning on Kubernetes
21+ https://github.com/fluent/fluentd/pull/3596
22+ * Fix "ArgumentError: unknown keyword: : logger " on Windows with Ruby 3.1
23+ https://github.com/fluent/fluentd/pull/3592
24+
125# v1.14.4
226
327## Release v1.14.4 - 2022/01/06
Original file line number Diff line number Diff line change 1616
1717module Fluent
1818
19- VERSION = '1.14.4 '
19+ VERSION = '1.14.5 '
2020
2121end
You can’t perform that action at this time.
0 commit comments