Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Jun 4, 2020
1 parent db98bc1 commit f5cc777
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,3 +1,26 @@
# v1.11

## Release v1.11.0 - 2020/06/04

### New feature

* in_unix: Use v1 API
https://github.com/fluent/fluentd/pull/2992

### Enhancement

* parser_syslog: Support any `time_format` for RFC3164 string parser
https://github.com/fluent/fluentd/pull/2988
* parser_syslog: Add new parser for RFC5424
https://github.com/fluent/fluentd/pull/3015
* Refactoring code
https://github.com/fluent/fluentd/pull/3019

### Bug fix

* in_gc_stat: Add `use_symbol_keys` parameter to emit string key record
https://github.com/fluent/fluentd/pull/3008

# v1.10

## Release v1.10.4 - 2020/05/12
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.10.4'
VERSION = '1.11.0'

end

0 comments on commit f5cc777

Please sign in to comment.