Skip to content

Commit 672338f

Browse files
committed
v1.14.5
Signed-off-by: Fujimoto Seiji <[email protected]>
1 parent 98b236e commit 672338f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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

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.4'
19+
VERSION = '1.14.5'
2020

2121
end

0 commit comments

Comments
 (0)