Skip to content

Commit d5685ad

Browse files
committed
v1.16.2
Signed-off-by: Takuro Ashie <[email protected]>
1 parent 32082ea commit d5685ad

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# v1.16
22

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+
340
## Release v1.16.1 - 2023/04/17
441

542
### Enhancement

lib/fluent/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Fluent
1818

19-
VERSION = '1.16.1'
19+
VERSION = '1.16.2'
2020

2121
end

0 commit comments

Comments
 (0)