|
1 | 1 | # v1.19 |
2 | 2 |
|
| 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 | + |
3 | 39 | ## Release v1.19.2 - 2026/02/13 |
4 | 40 |
|
5 | 41 | ### Bug Fix |
|
0 commit comments