Skip to content

Commit

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

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

### Enhancement

* `in_dummy` renamed to `in_sample`
https://github.com/fluent/fluentd/pull/3065
* Allow regular expression in filter/match directive
https://github.com/fluent/fluentd/pull/3071
* Refactoring code
https://github.com/fluent/fluentd/pull/3051

### Bug fix

* buffer: Fix log message for `chunk_limit_records` case
https://github.com/fluent/fluentd/pull/3079
* buffer: Fix timekey optimization for non-windows platform
https://github.com/fluent/fluentd/pull/3092
* cert: Raise an error for broken certificate file
https://github.com/fluent/fluentd/pull/3086
* cert: Set TLS ciphers list correcty on older OpenSSL
https://github.com/fluent/fluentd/pull/3093

## Release v1.11.1 - 2020/06/22

### 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.1'
VERSION = '1.11.2'

end

0 comments on commit 3dde939

Please sign in to comment.