Skip to content

Commit

Permalink
Merge branch 'v1.6'
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Jul 29, 2019
2 parents 8fc0eb9 + ab4af34 commit 73de02a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# v1.6

## Release v1.6.3 - 2019/07/29

### Enhancement

* in_syslog: Add `emit_unmatched_lines` parameter
https://github.com/fluent/fluentd/pull/2499
* buf_file: Add `path_suffix` parameter
https://github.com/fluent/fluentd/pull/2524
* in_tail: Improve the performance of split lines
https://github.com/fluent/fluentd/pull/2527

### Bug fixes

* http_server: Fix re-define render_json method
https://github.com/fluent/fluentd/pull/2517

## Release v1.6.2 - 2019/07/11

### Bug fixes
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.6.2'
VERSION = '1.6.3'

end

0 comments on commit 73de02a

Please sign in to comment.