|
12 | 12 |
|
13 | 13 | # v1.19 |
14 | 14 |
|
| 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 | + |
15 | 51 | ## Release v1.19.2 - 2026/02/13 |
16 | 52 |
|
17 | 53 | ### Bug Fix |
|
0 commit comments