Skip to content

Commit

Permalink
v1.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Apr 17, 2023
1 parent 11c9550 commit 0a6d706
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# v1.16

## Release v1.16.1 - 2023/04/17

### Enhancement

* in_tcp: Add `message_length_limit` to drop large incoming data
https://github.com/fluent/fluentd/pull/4137

### Bug Fix

* Fix NameError of `SecondaryFileOutput` when setting secondary other than
`out_secondary_file`
https://github.com/fluent/fluentd/pull/4124
* Server helper: Suppress error of `UDPServer` over `max_bytes` on Windows
https://github.com/fluent/fluentd/pull/4131
* Buffer: Fix that `compress` setting causes unexpected error when receiving
already compressed MessagePack
https://github.com/fluent/fluentd/pull/4147

### Misc

* Update MAINTAINERS.md
https://github.com/fluent/fluentd/pull/4119
* Update security policy
https://github.com/fluent/fluentd/pull/4123
* Plugin template: Remove unnecessary code
https://github.com/fluent/fluentd/pull/4128
* Revive issue auto closer
https://github.com/fluent/fluentd/pull/4116
* Fix a link for the repository of td-agent
https://github.com/fluent/fluentd/pull/4145
* in_udp: add test of message_length_limit
https://github.com/fluent/fluentd/pull/4117
* Fix a typo of an argument of `Fluent::EventStream#each`
https://github.com/fluent/fluentd/pull/4148
* Test in_tcp: Fix undesirable way to assert logs
https://github.com/fluent/fluentd/pull/4138

## Release v1.16.0 - 2023/03/29

### Enhancement
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '1.16.0'
VERSION = '1.16.1'

end

0 comments on commit 0a6d706

Please sign in to comment.