|
| 1 | +# v1.17 |
| 2 | + |
| 3 | +## Release v1.17.0 - 2024/04/30 |
| 4 | + |
| 5 | +### Enhancement |
| 6 | + |
| 7 | +* in_http: Recognize CSP reports as JSON data |
| 8 | + https://github.com/fluent/fluentd/pull/4282 |
| 9 | +* out_http: Add option to reuse connections |
| 10 | + https://github.com/fluent/fluentd/pull/4330 |
| 11 | +* in_tail: Expand glob capability for square brackets and one character matcher |
| 12 | + https://github.com/fluent/fluentd/pull/4401 |
| 13 | +* out_http: Support AWS Signature Version 4 authentication |
| 14 | + https://github.com/fluent/fluentd/pull/4459 |
| 15 | + |
| 16 | +### Bug Fix |
| 17 | + |
| 18 | +* Make sure `parser_json` and `parser_msgpack` return `Hash`. |
| 19 | + Make `parser_json` and `parser_msgpack` accept only `Hash` or `Array` of `Hash`. |
| 20 | + https://github.com/fluent/fluentd/pull/4474 |
| 21 | +* filter_parser: Add error event for multiple parsed results |
| 22 | + https://github.com/fluent/fluentd/pull/4478 |
| 23 | + |
| 24 | +### Misc |
| 25 | + |
| 26 | +* Raise minimum required ruby version |
| 27 | + https://github.com/fluent/fluentd/pull/4288 |
| 28 | +* Require missing dependent gems as of Ruby 3.4-dev |
| 29 | + https://github.com/fluent/fluentd/pull/4411 |
| 30 | +* Minor code refactoring |
| 31 | + https://github.com/fluent/fluentd/pull/4294 |
| 32 | + https://github.com/fluent/fluentd/pull/4299 |
| 33 | + https://github.com/fluent/fluentd/pull/4302 |
| 34 | + https://github.com/fluent/fluentd/pull/4320 |
| 35 | +* CI fixes |
| 36 | + https://github.com/fluent/fluentd/pull/4369 |
| 37 | + https://github.com/fluent/fluentd/pull/4433 |
| 38 | + https://github.com/fluent/fluentd/pull/4452 |
| 39 | + https://github.com/fluent/fluentd/pull/4477 |
| 40 | +* github: unify YAML file extension to .yml |
| 41 | + https://github.com/fluent/fluentd/pull/4429 |
| 42 | + |
1 | 43 | # v1.16
|
2 | 44 |
|
3 | 45 | ## Release v1.16.5 - 2024/03/27
|
|
0 commit comments