Skip to content

Commit 43c8609

Browse files
authored
v1.19.3 (#5395)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: **Docs Changes**: **Release Note**: Signed-off-by: Shizuo Fujita <fujita@clear-code.com> Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent ec86874 commit 43c8609

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# v1.19
22

3+
## Release v1.19.3 - 2026/06/25
4+
5+
### Bug Fix
6+
7+
* out_http: add strict host validation for dynamic endpoints https://github.com/fluent/fluentd/pull/5394
8+
* buffer, in_http: enforce size limits on decompressed payloads https://github.com/fluent/fluentd/pull/5393
9+
* in_monitor_agent: change default visibility of config, retry, and debug info https://github.com/fluent/fluentd/pull/5392
10+
* output: enforce strict path boundary validation for tag https://github.com/fluent/fluentd/pull/5391
11+
* engine: remove duplicated word in unreloadable plugin error message https://github.com/fluent/fluentd/pull/5389
12+
* storage_local: fix encoding error when reading non-ASCII characters https://github.com/fluent/fluentd/pull/5382
13+
* parser_csv: skip empty or unparseable lines https://github.com/fluent/fluentd/pull/5359
14+
* out_forward: avoid reusing closed keepalive sockets after remote disconnects https://github.com/fluent/fluentd/pull/5343
15+
* buffer: resume buffer correctly even though path contains [] https://github.com/fluent/fluentd/pull/5305
16+
* in_debug_agent: accept only from local machine by default https://github.com/fluent/fluentd/pull/5279
17+
18+
### Misc
19+
20+
* gem: add win32-registry as runtime dependency for Ruby 4.1 https://github.com/fluent/fluentd/pull/5317
21+
* output windows: check shorter service timeout on shutdown https://github.com/fluent/fluentd/pull/5306
22+
* buffer: warn if default timekey (1d) will be used https://github.com/fluent/fluentd/pull/5291
23+
* warn recommended exclusion path for antivirus https://github.com/fluent/fluentd/pull/5280
24+
* CI fixes
25+
* https://github.com/fluent/fluentd/pull/5387
26+
* https://github.com/fluent/fluentd/pull/5386
27+
* https://github.com/fluent/fluentd/pull/5366
28+
* https://github.com/fluent/fluentd/pull/5342
29+
* https://github.com/fluent/fluentd/pull/5341
30+
* https://github.com/fluent/fluentd/pull/5340
31+
* https://github.com/fluent/fluentd/pull/5339
32+
* https://github.com/fluent/fluentd/pull/5338
33+
* https://github.com/fluent/fluentd/pull/5337
34+
* https://github.com/fluent/fluentd/pull/5336
35+
* https://github.com/fluent/fluentd/pull/5335
36+
* https://github.com/fluent/fluentd/pull/5334
37+
* https://github.com/fluent/fluentd/pull/5333
38+
339
## Release v1.19.2 - 2026/02/13
440

541
### 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.2'
19+
VERSION = '1.19.3'
2020

2121
end

0 commit comments

Comments
 (0)