Skip to content

Commit

Permalink
v1.11.3
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Sep 30, 2020
1 parent d5f23b7 commit 9170665
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# v1.11

## Release v1.11.3 - 2020/09/30

### Enhancement

* in_exec: Add `connect_mode` parameter to read stderr
https://github.com/fluent/fluentd/pull/3108
* parser_json: Improve the performance
https://github.com/fluent/fluentd/pull/3109
* log: Add `ignore_same_log_interval` parameter
https://github.com/fluent/fluentd/pull/3119
* Upgrade win32 gems
https://github.com/fluent/fluentd/pull/3100
* Refactoring code
https://github.com/fluent/fluentd/pull/3094
https://github.com/fluent/fluentd/pull/3118

### Bug fix

* buffer: Fix calculation of timekey stats
https://github.com/fluent/fluentd/pull/3018
* buffer: fix binmode usage for prevent gc
https://github.com/fluent/fluentd/pull/3138

## Release v1.11.2 - 2020/08/04

### 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.11.2'
VERSION = '1.11.3'

end

0 comments on commit 9170665

Please sign in to comment.