Full Changelog: v1.17.0...v1.17.1
Enhancement
- #4528 out_http: Add
compress gzip
option - #4533 in_exec: Add
encoding
option to handle non-ascii characters - #4578 in_tail: Add throttling metrics
- #4588 compat: Improve method call performance
- #4586 in_sample: Add
reuse_record
parameter to reuse the sample datain_sample
has changed to copy sample data by default to avoid the impact of destructive changes by subsequent plugins.- This increases the load when generating large amounts of sample data.
- You can use this new parameter to have the same performance as before.
Bug Fix
- #4492 logger: Fix LoadError with console gem v1.25
- #4522 parser_json: Fix wrong LoadError warning
- #4530 in_tail: Fix an issue where a large single line could consume a large amount of memory even though
max_line_size
is set - #4482 yaml_parser: Support $log_level element
Misc
- #4523 Comment out inappropriate default configuration about out_forward
- #4534 gemspec: Remove unnecessary files from released gem
- #4535 plugin-generator: Update gemspec to remove unnecessary files
- #4594 Suppress non-parenthesis warnings
- #4598 Fix FrozenError in http_server plugin helper
- #4589 Add logger gem dependency for Ruby 3.5
- #4502 out_file: Add warn message for symlink_path setting
Contributors to this release (Alphabetical order)
- Athish Pranav
- Daijiro Fukuda
- Harshita Sao
- Hiroshi Hatake
- Kentaro Hayashi
- Lewis Rockliffe
- Shingo Nakayama
- Taeseong Yu
- Takuro Ashie
- Watson