|
1 | 1 | # v1.17
|
2 | 2 |
|
| 3 | +## Release v1.17.1 - 2024/08/19 |
| 4 | + |
| 5 | +### Enhancement |
| 6 | + |
| 7 | +* yaml_parser: Support $log_level element |
| 8 | + https://github.com/fluent/fluentd/pull/4482 |
| 9 | +* out_file: Add warn message for symlink_path setting |
| 10 | + https://github.com/fluent/fluentd/pull/4502 |
| 11 | +* out_http: Add `compress gzip` option |
| 12 | + https://github.com/fluent/fluentd/pull/4528 |
| 13 | +* in_exec: Add `encoding` option to handle non-ascii characters |
| 14 | + https://github.com/fluent/fluentd/pull/4533 |
| 15 | +* in_tail: Add throttling metrics |
| 16 | + https://github.com/fluent/fluentd/pull/4578 |
| 17 | +* compat: Improve method call performance |
| 18 | + https://github.com/fluent/fluentd/pull/4588 |
| 19 | +* in_sample: Add `reuse_record` parameter to reuse the sample data |
| 20 | + https://github.com/fluent/fluentd/pull/4586 |
| 21 | + * `in_sample` has changed to copy sample data by default to avoid the impact of destructive changes by subsequent plugins. |
| 22 | + * This increases the load when generating large amounts of sample data. |
| 23 | + * You can use this new parameter to have the same performance as before. |
| 24 | + |
| 25 | +### Bug Fix |
| 26 | + |
| 27 | +* logger: Fix LoadError with console gem v1.25 |
| 28 | + https://github.com/fluent/fluentd/pull/4492 |
| 29 | +* parser_json: Fix wrong LoadError warning |
| 30 | + https://github.com/fluent/fluentd/pull/4522 |
| 31 | +* in_tail: Fix an issue where a large single line could consume a large amount of memory even though `max_line_size` is set |
| 32 | + https://github.com/fluent/fluentd/pull/4530 |
| 33 | + |
| 34 | +### Misc |
| 35 | + |
| 36 | +* Comment out inappropriate default configuration about out_forward |
| 37 | + https://github.com/fluent/fluentd/pull/4523 |
| 38 | +* gemspec: Remove unnecessary files from released gem |
| 39 | + https://github.com/fluent/fluentd/pull/4534 |
| 40 | +* plugin-generator: Update gemspec to remove unnecessary files |
| 41 | + https://github.com/fluent/fluentd/pull/4535 |
| 42 | +* Suppress non-parenthesis warnings |
| 43 | + https://github.com/fluent/fluentd/pull/4594 |
| 44 | +* Fix FrozenError in http_server plugin helper |
| 45 | + https://github.com/fluent/fluentd/pull/4598 |
| 46 | +* Add logger gem dependency for Ruby 3.5 |
| 47 | + https://github.com/fluent/fluentd/pull/4589 |
| 48 | + |
3 | 49 | ## Release v1.17.0 - 2024/04/30
|
4 | 50 |
|
5 | 51 | ### Enhancement
|
|
0 commit comments