Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Jul 2, 2019
1 parent 07fee9b commit 3090536
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# v1.6

## Release v1.6.0 - 2019/07/01

### New feature

* plugin: Add http_server helper and in_monitor_agent use it
https://github.com/fluent/fluentd/pull/2447

### Enhancement

* in_monitor_agent: Add more metrics for buffer/output
https://github.com/fluent/fluentd/pull/2450
* time/plugin: Add `EventTime#to_time` method for fast conversion
https://github.com/fluent/fluentd/pull/2469
* socket helper/out_forward: Add connect_timeout parameter
https://github.com/fluent/fluentd/pull/2467
* command: Add `--conf-encoding` option
https://github.com/fluent/fluentd/pull/2453
* parser_none: Small performance optimization
https://github.com/fluent/fluentd/pull/2455

### Bug fixes

* cert: Fix cert match pattern
https://github.com/fluent/fluentd/pull/2466
* output: Fix forget to increment rollback count
https://github.com/fluent/fluentd/pull/2462

# v1.5

## Release v1.5.2 - 2019/06/13
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.5.2'
VERSION = '1.6.0'

end

0 comments on commit 3090536

Please sign in to comment.