Skip to content

Commit 0a6d706

Browse files
committed
v1.16.1
Signed-off-by: Takuro Ashie <[email protected]>
1 parent 11c9550 commit 0a6d706

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.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+
340
## Release v1.16.0 - 2023/03/29
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.0'
19+
VERSION = '1.16.1'
2020

2121
end

0 commit comments

Comments
 (0)