Skip to content

Commit 7684166

Browse files
authored
v1.19.2 (#5247)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: **Docs Changes**: **Release Note**: Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 432f48b commit 7684166

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,5 +1,29 @@
11
# v1.19
22

3+
## Release v1.19.2 - 2026/02/13
4+
5+
### Bug Fix
6+
7+
* out_forward: add timeout to establish_connection to prevent infinite loop https://github.com/fluent/fluentd/pull/5138
8+
* gem: use latest net-http to solve IPv6 addr error https://github.com/fluent/fluentd/pull/5192
9+
* in_tail: fix error when files without read permission are included in glob patterns https://github.com/fluent/fluentd/pull/5222
10+
* command/fluentd: load win32/registry when edit registry for Ruby 4.0 https://github.com/fluent/fluentd/pull/5221
11+
* plugin_helper/http_server: Ensure request body is closed to prevent socket leaks in POST requests https://github.com/fluent/fluentd/pull/5234
12+
* config: fix duplicate config file loading in config_include_dir https://github.com/fluent/fluentd/pull/5235
13+
* gem: add ostruct gem as dependency for Ruby 4.0 https://github.com/fluent/fluentd/pull/5251
14+
15+
### Misc
16+
17+
* config: warn when backed-up config file will be included https://github.com/fluent/fluentd/pull/5252
18+
* filter_record_transformer: use cgi/escape to avoid Ruby 4.0 deprecation https://github.com/fluent/fluentd/pull/5256
19+
* CI fixes
20+
* https://github.com/fluent/fluentd/pull/5257
21+
* https://github.com/fluent/fluentd/pull/5229
22+
* https://github.com/fluent/fluentd/pull/5225
23+
* https://github.com/fluent/fluentd/pull/5186
24+
* https://github.com/fluent/fluentd/pull/5184
25+
* https://github.com/fluent/fluentd/pull/5176
26+
327
## Release v1.19.1 - 2025/11/06
428

529
### Bug Fix

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.19.1'
19+
VERSION = '1.19.2'
2020

2121
end

0 commit comments

Comments
 (0)