|
1 | 1 | # v1.16
|
2 | 2 |
|
| 3 | +## Release v1.16.1 - 2023/04/17 |
| 4 | + |
| 5 | +### Enhancement |
| 6 | + |
| 7 | +* in_tcp: Add `message_length_limit` to drop large incoming data |
| 8 | + https://github.com/fluent/fluentd/pull/4137 |
| 9 | + |
| 10 | +### Bug Fix |
| 11 | + |
| 12 | +* Fix NameError of `SecondaryFileOutput` when setting secondary other than |
| 13 | + `out_secondary_file` |
| 14 | + https://github.com/fluent/fluentd/pull/4124 |
| 15 | +* Server helper: Suppress error of `UDPServer` over `max_bytes` on Windows |
| 16 | + https://github.com/fluent/fluentd/pull/4131 |
| 17 | +* Buffer: Fix that `compress` setting causes unexpected error when receiving |
| 18 | + already compressed MessagePack |
| 19 | + https://github.com/fluent/fluentd/pull/4147 |
| 20 | + |
| 21 | +### Misc |
| 22 | + |
| 23 | +* Update MAINTAINERS.md |
| 24 | + https://github.com/fluent/fluentd/pull/4119 |
| 25 | +* Update security policy |
| 26 | + https://github.com/fluent/fluentd/pull/4123 |
| 27 | +* Plugin template: Remove unnecessary code |
| 28 | + https://github.com/fluent/fluentd/pull/4128 |
| 29 | +* Revive issue auto closer |
| 30 | + https://github.com/fluent/fluentd/pull/4116 |
| 31 | +* Fix a link for the repository of td-agent |
| 32 | + https://github.com/fluent/fluentd/pull/4145 |
| 33 | +* in_udp: add test of message_length_limit |
| 34 | + https://github.com/fluent/fluentd/pull/4117 |
| 35 | +* Fix a typo of an argument of `Fluent::EventStream#each` |
| 36 | + https://github.com/fluent/fluentd/pull/4148 |
| 37 | +* Test in_tcp: Fix undesirable way to assert logs |
| 38 | + https://github.com/fluent/fluentd/pull/4138 |
| 39 | + |
3 | 40 | ## Release v1.16.0 - 2023/03/29
|
4 | 41 |
|
5 | 42 | ### Enhancement
|
|
0 commit comments