Skip to content

Commit edad3f2

Browse files
authored
CHANGELOG: apply 1.19.3 changes (#5398)
**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>
1 parent f641679 commit edad3f2

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,42 @@
1212

1313
# v1.19
1414

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

1753
### Bug Fix

0 commit comments

Comments
 (0)