|
1 | 1 | # v1.16
|
2 | 2 |
|
| 3 | +## Release v1.16.2 - 2023/07/14 |
| 4 | + |
| 5 | +### Bug Fix |
| 6 | + |
| 7 | +* in_tail: Fix new watcher is wrongly detached on rotation when `follow_inodes`, |
| 8 | + which causes stopping tailing the file |
| 9 | + https://github.com/fluent/fluentd/pull/4208 |
| 10 | +* in_tail: Prevent wrongly unwatching when `follow_inodes`, which causes log |
| 11 | + duplication |
| 12 | + https://github.com/fluent/fluentd/pull/4237 |
| 13 | +* in_tail: Fix warning log about overwriting entry when `follow_inodes` |
| 14 | + https://github.com/fluent/fluentd/pull/4214 |
| 15 | +* in_tail: Ensure to discard TailWatcher with missing target when `follow_inodes` |
| 16 | + https://github.com/fluent/fluentd/pull/4239 |
| 17 | +* MessagePackFactory: Make sure to reset local unpacker to prevent received |
| 18 | + broken data from affecting other receiving data |
| 19 | + https://github.com/fluent/fluentd/pull/4178 |
| 20 | +* Fix failure to launch Fluentd on Windows when the log path isn't specified in |
| 21 | + the command line |
| 22 | + https://github.com/fluent/fluentd/pull/4188 |
| 23 | +* logger: Prevent growing cache size of `ignore_same_log_interval` unlimitedly |
| 24 | + https://github.com/fluent/fluentd/pull/4229 |
| 25 | +* Update sigdump to 0.2.5 to fix wrong value of object counts |
| 26 | + https://github.com/fluent/fluentd/pull/4225 |
| 27 | + |
| 28 | +### Misc |
| 29 | + |
| 30 | +* in_tail: Check detaching inode when `follow_inodes` |
| 31 | + https://github.com/fluent/fluentd/pull/4191 |
| 32 | +* in_tail: Add debug log for pos file compaction |
| 33 | + https://github.com/fluent/fluentd/pull/4228 |
| 34 | +* Code improvements detected by RuboCop Performance |
| 35 | + https://github.com/fluent/fluentd/pull/4201 |
| 36 | + https://github.com/fluent/fluentd/pull/4210 |
| 37 | +* Add notice for unused argument `unpacker` of `ChunkMessagePackEventStreamer.each` |
| 38 | + https://github.com/fluent/fluentd/pull/4159 |
| 39 | + |
3 | 40 | ## Release v1.16.1 - 2023/04/17
|
4 | 41 |
|
5 | 42 | ### Enhancement
|
|
0 commit comments