v1.19.3
📦 fluentdView on GitHub →
🐛 10 fixes🔧 10 symbols
Summary
This release focuses on numerous bug fixes across various components, including input, output, and buffer handling, alongside minor improvements like stricter validation and dependency updates.
Migration Steps
- If using the default timekey (1d) in buffer configurations, be aware that a warning will now be issued.
🐛 Bug Fixes
- out_http: add strict host validation for dynamic endpoints
- buffer, in_http: enforce size limits on decompressed payloads
- in_monitor_agent: change default visibility of config, retry, and debug info
- output: enforce strict path boundary validation for tag
- engine: remove duplicated word in unreloadable plugin error message
- storage_local: fix encoding error when reading non-ASCII characters
- parser_csv: skip empty or unparseable lines
- out_forward: avoid reusing closed keepalive sockets after remote disconnects
- buffer: resume buffer correctly even though path contains []
- in_debug_agent: accept only from local machine by default